Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 |
rankingRule |
1 2 3 4 5 6 7 8 | If the update step is done using rkmeans, the new centers of the clusters
will be always within the original dataset.
Therefore, the matrix (for kmeans) or matrices (for rkmeans) of distances
between the points only need to be calculated once on the method starts.
If the update step is done using classic kmeans, then the centers will be
new objects because the will be computed as the medium points of the
objects that belong to the cluster, and thus a new matrix/matrices need
to be calculated.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.