Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarkow committed Jul 2, 2015
1 parent 53bdd8b commit 9735197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/spikoclust_gmem_randinit.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
% initialize all covariance matrices

datavar=var(DATA);
initsigma=diag(datavar);
initsigma=diag(datavar)

for i=1:NCLUST
NEWMODEL.sigma(:,:,i)=initsigma+eye(D).*regularize;
Expand Down

0 comments on commit 9735197

Please sign in to comment.