8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e1638 commit 9306667Copy full SHA for 9306667
scikits/learn/cluster/k_means_.py
@@ -304,7 +304,7 @@ class KMeans(BaseEstimator):
304
n_init consecutive runs in terms of inertia.
305
306
init : {'k-means++', 'random', 'points', 'matrix'}
307
- Method for initialization, defaults to 'k-means++':
+ Method for initialization, defaults to 'random':
308
309
'k-means++' : selects initial cluster centers for k-mean
310
clustering in a smart way to speed up convergence. See section
0 commit comments