'This package is a clustering technique that can provide partitioning of data in an unsupervised way. The additional advantage of using this method is that the number of clusters are not required to known a-priori. This method is useful in clustering high-dimensional data since the entropy regularizer on feature weights provides a method of feature selection. The input requires a properly centred and scaled data-matrix in data.matrix form and additional parameters lambda_w, lambda_k and tmax. The output provides the number of clusters, feature weights and the cluster labels for each data-point.'
1 | EWDPmeans(X, lambda_w=1, lambda_k=1, tmax=100)
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.