Skip to content

Commit dd1f8ed

Browse files
Fix rendering of deltaThreshold description
Co-authored-by: Ioannis Panagiotas <ioannis.panagiotas@neotechnology.com>
1 parent 4b15ade commit dd1f8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/asciidoc/algorithms/alpha/kmeans/specific-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
| nodeProperty | String | n/a | no | A node property to be used by the algorithm.
66
| k | Integer | 10 | yes | Number of desired clusters.
77
| maxIterations | Integer | 10 | yes | The maximum number of iterations of K-Means to run.
8-
| deltaThreshold | Float | 0.05 | yes | Value as a percentage to determine when to stop early. If fewer than 'deltaThreshold * |nodes|' nodes change their cluster , the algorithm stops. Value must be between 0 (exclusive) and 1 (inclusive).
8+
| deltaThreshold | Float | 0.05 | yes | Value as a percentage to determine when to stop early. If fewer than 'deltaThreshold * \|nodes\|' nodes change their cluster , the algorithm stops. Value must be between 0 (exclusive) and 1 (inclusive).
99
|===

0 commit comments

Comments
 (0)