Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sth4nth committed Mar 13, 2017
1 parent 5636167 commit 869634b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chapter09/kseeds.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
% X: d x n data matrix
% k: number of seeds
% Output:
% label: 1 x n sample labels
% mu: d x k seeds
% energy: kmeans target value
% Written by Mo Chen ([email protected]).
n = size(X,2);
D = inf(1,n);
Expand Down

0 comments on commit 869634b

Please sign in to comment.