File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ <h2>2.3.1. Overview of clustering methods<a class="headerlink" href="#overview-o
387
387
initializations of the centroids. One method to help address this issue is the
388
388
k-means++ initialization scheme, which has been implemented in scikit-learn
389
389
(use the < tt class ="docutils literal "> < span class ="pre "> init='kmeans++'</ span > </ tt > parameter). This initializes the centroids to be
390
- (generally) distant from each other, leading to provably better results than
390
+ (generally) distant from each other, leading to probably better results than
391
391
random initialization, as shown in the reference.</ p >
392
392
< p > A parameter can be given to allow K-means to be run in parallel, called
393
393
< tt class ="docutils literal "> < span class ="pre "> n_jobs</ span > </ tt > . Giving this parameter a positive value uses that many processors
@@ -1485,4 +1485,4 @@ <h4>2.3.9.4.2. Drawbacks<a class="headerlink" href="#id19" title="Permalink to t
1485
1485
customSearchControl . draw ( 'cse' , options ) ; } , true ) ;
1486
1486
</ script >
1487
1487
</ body >
1488
- </ html >
1488
+ </ html >
You can’t perform that action at this time.
0 commit comments