Description Usage Arguments Value See Also Examples
Perform k-means clustering on a data matrix.
1 2 3 4 5 6 7 8 9 10 11 |
object |
an FSPY object |
k |
numeric. The number of clusters. |
iter.max |
numeric. The maximum number of iterations allowed. |
nstart |
numeric. If k is a number, how many random sets should be chosen. |
algorithm |
character. Type of algorithm that will be choosen to calculate kmeans. Four algoritms are provided: Hartigan-Wong, Lloyd, Forgy, MacQueen. |
trace |
logical or integer number. |
scale |
logical. Whether to use scaled data in kmeans. |
verbose |
logical. Whether to print calculation progress. |
... |
Parameters passing to |
an FSPY object with kmeans.id in meta.data
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.