kmeans | R Documentation |
kmeans
clustering of the
subdatasets corresponding to varying number of PCA loadings as contained in
nDim
input parameter.This function performs kmeans
clustering of the
subdatasets corresponding to varying number of PCA loadings as contained in
nDim
input parameter.
kmeans(input, k, nCores, nDim, kmNStart, kmMax)
input |
the matrix of all variable loadings. |
k |
centers (integer) parameter passed to |
nCores |
defines the number of cores to be used on the user's machine. If not set, 'ccImpute' will use all but one cores of your machine. |
nDim |
the list of containing a number of PCA loadings to use for each sub-dataset. |
kmNStart |
nstart parameter passed to |
kmMax |
iter.max parameter passed to
|
a list of clustering assignments for all the sub-datasets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.