Skip to content

Commit 390af4a

Browse files
kmeans array properties
1 parent 2d78e66 commit 390af4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/partials/algorithms/kmeans/specific-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| nodeProperty | String | n/a | no | A node property to be used by the algorithm.
1+
| nodeProperty | String | n/a | no | A node property corresponding to an array of floats used by K-Means to cluster nodes into communities.
22
| k | Integer | 10 | yes | Number of desired clusters.
33
| maxIterations | Integer | 10 | yes | The maximum number of iterations of K-Means to run.
44
| 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).

0 commit comments

Comments
 (0)