Description Usage Arguments Details Value
Initialize slots of class Clustering by partitioning the dataset into k clusters.
1 2 3 4 |
object |
An object of class |
x |
Numeric matrix of data. |
k |
Number of centers. |
Runs cclust function from "flexclust" package with default settings i.e.
method = "kmeans", dist = "euclidean", and partition the dataset. Returns object of class Clustering.
An object of class Clustering
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.