Skip to content

Commit 5f8dc4e

Browse files
authored
Merge pull request #3333 from markotoplak/doc-kmeans-runs
K-means documentation: explain the number of reruns better
2 parents b089773 + 9b858ec commit 5f8dc4e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/visual-programming/source/widgets/unsupervised/kmeansclustering.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ various k are also shown in the widget.
4545
- **Random initialization** (clusters are assigned randomly at first
4646
and then updated with further iterations)
4747

48-
**Re-runs** (how many times the algorithm is run) and **maximal
49-
iterations** (the maximum number of iteration within each algorithm
50-
run) can be set manually.
48+
**Re-runs** (how many times the algorithm is run from random initial
49+
positions; the result with the lowest within-cluster sum of squares
50+
will be used) and **maximal iterations** (the maximum number of iterations
51+
within each algorithm run) can be set manually.
5152
3. The widget outputs a new dataset with appended cluster information.
5253
Select how to append cluster information (as class, feature or meta
5354
attribute) and name the column.

0 commit comments

Comments
 (0)