SWKM-package | R Documentation |
An implementation of (sparse) weighted K-Means clustering algorithm on observations with weights.
Main Functions:
kmeans.weight
: Perform weighted K-Means algorithm on data.
kmeans.weight.tune
: Choose weight parameter for (sparse) weighted K-Means algorithm. Usually used before kmeans.weight
or KMeansSparseCluster.weight
.
KMeansSparseCluster.weight
: Perform sparse weighted K-Means algorithm on data.
KMeansSparseCluster.permute.weight
: Choose sparsity parameter for sparse weighted K-Means algorithm. Usually used before KMeansSparseCluster.weight
, and after weight parameter is tuned or known.
ChooseK
: Choose the number of clusters K for (sparse) weighted K-Means clustering. Usually used before clustering method is performed.
Please refer to the vigenette for more details.
Wenyu ZHANG.
Maintainer: Wenyu ZHANG <wyzhangxii@outlook.com>
Daniela M Witten and Robert Tibshirani (2010). A framework for feature selection in clustering. Journal of the American Statistical Association, 105(490), 713-726.
Robert, T. et al. (2001). Estimating the number of clusters in a data set via the gap statistic. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 63(2), 411-423.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.