Learn R Programming

wskm (version 1.4.40)

Weighted k-Means Clustering

Description

Entropy weighted k-means (ewkm) by Liping Jing, Michael K. Ng and Joshua Zhexue Huang (2007) is a weighted subspace clustering algorithm that is well suited to very high dimensional data. Weights are calculated as the importance of a variable with regard to cluster membership. The two-level variable weighting clustering algorithm tw-k-means (twkm) by Xiaojun Chen, Xiaofei Xu, Joshua Zhexue Huang and Yunming Ye (2013) introduces two types of weights, the weights on individual variables and the weights on variable groups, and they are calculated during the clustering process. The feature group weighted k-means (fgkm) by Xiaojun Chen, Yunminng Ye, Xiaofei Xu and Joshua Zhexue Huang (2012) extends this concept by grouping features and weighting the group in addition to weighting individual features.

Copy Link

Version

Install

install.packages('wskm')

Monthly Downloads

391

Version

1.4.40

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

April 5th, 2020

Functions in wskm (1.4.40)

fgkm

Feature Group Weighting K-Means for Subspace clustering
fgkm.sample

Sample dataset to illustrate the fgkm algorithm.
twkm.sample

Sample dataset to test the twkm algorithm.
twkm

Two-level variable weighting clustering
predict.ewkm

Predict method for ewkm model.
plot.ewkm

Plot Entropy Weighted K-Means Weights
ewkm

Entropy Weighted K-Means