Description Usage Arguments Value Examples
View source: R/MyKmeansfunction.R
Function that implements K-means algorithm.
1 | MyKmeans(X, K)
|
X |
n * p matrix of data points |
K |
Number of classes |
n vector of cluster labels
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.