Skip to content

Commit

Permalink
Delete extraneous line
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored and tylerjereddy committed Nov 6, 2018
1 parent 4cf6fb0 commit f56452b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scipy/cluster/vq.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ def kmeans2(data, k, iter=10, thresh=1e-5, minit='random',
(not used yet)
minit : str, optional
Method for initialization. Available methods are 'random',
'points', and 'matrix':
'points', '++' and 'matrix':
'random': generate k centroids from a Gaussian with mean and
Expand Down

0 comments on commit f56452b

Please sign in to comment.