kernelized_kmeans | R Documentation |
K-means++ without spectral relaxation.
kernelized_kmeans(K, n_k, num_init = 100, max_iter = 100, parallel = 1, ...)
K |
kernel |
n_k |
number of clusters |
num_init |
number of initializations |
max_iter |
maximum number of k-means iterations |
parallel |
number of parallel threads for running different initializations |
... |
ignored |
list
of cluster assignments and k-means objective
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.