c_KMeans | R Documentation |
Perform K-means clustering using flexclust::cclust
c_KMeans(x, x.test = NULL, k = 2, dist = "euclidean", verbose = TRUE, ...)
x |
Input matrix / data.frame |
x.test |
Testing set matrix / data.frame |
k |
Integer: Number of clusters to get |
dist |
Character: Distance measure to use: 'euclidean' or 'manhattan' |
verbose |
Logical: If TRUE, print messages to screen |
... |
Additional parameters to pass to |
E.D. Gennatas
Other Clustering:
c_CMeans()
,
c_DBSCAN()
,
c_EMC()
,
c_H2OKMeans()
,
c_HARDCL()
,
c_HOPACH()
,
c_MeanShift()
,
c_NGAS()
,
c_PAM()
,
c_PAMK()
,
c_SPEC()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.