Skip to content

Commit

Permalink
LSC debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dengcai78 committed Jan 8, 2017
1 parent 4974522 commit 400381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clustering/LSC.m
Expand Up @@ -94,7 +94,7 @@
end

% Z construction
D = EuDist2(data,marks,0);
D = EuDist2(data,marks);

if isfield(opts,'sigma')
sigma = opts.sigma;
Expand Down

0 comments on commit 400381e

Please sign in to comment.