View source: R/clustering_algorithms.R
SparseKMeansClustering | R Documentation |
Runs sparse K means clustering using implementation from
KMeansSparseCluster
. This function is not using
stability.
SparseKMeansClustering(xdata, nc = NULL, Lambda, ...)
xdata |
data matrix with observations as rows and variables as columns. |
nc |
matrix of parameters controlling the number of clusters in the
underlying algorithm specified in |
Lambda |
vector of penalty parameters (see argument |
... |
additional parameters passed to
|
A list with:
comembership |
an array of binary and symmetric co-membership matrices. |
weights |
a matrix of median weights by feature. |
SparseClusteringsharp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.