View source: R/mwkmeans_funcs.R
MWKMeans | R Documentation |
Generates a multiway k-means given the data and starting center points.
MWKMeans(data, centers)
data |
Matrix of data (features X samples) |
centers |
Starting centers in matrix format (features X centers) |
A list; 'phi' with the cluster assignments for each data and 'centers' with the calculated cluster centers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.