Description Usage Arguments References See Also Examples
kmeans++ clustering (see References) using R's
built-in function kmeans
.
1 |
data |
an N \times d matrix, where N are the samples and d is the dimension of space. |
k |
number of clusters. |
start |
first cluster center to start with |
iter.max |
the maximum number of iterations allowed |
nstart |
how many random sets should be chosen? |
... |
additional arguments passed to
|
Arthur, D. and S. Vassilvitskii (2007). “k-means++: The advantages of careful seeding.” In H. Gabow (Ed.), Proceedings of the 18th Annual ACM-SIAM Symposium on Discrete Algorithms [SODA07], Philadelphia, pp. 1027-1035. Society for Industrial and Applied Mathematics.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.