kMeans | R Documentation |
kMeans algorithm
kMeans(X, centers, max.iter = 10, lang = "CPP")
X |
dataset |
centers |
initial centers or K |
max.iter |
maximum iterations |
lang |
R or CPP |
kmeans algorithm
A kMeansResult
instance.
Guangchuang Yu http://ygc.name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.