Description Usage Arguments Details Value See Also Examples
View source: R/BisectKmeansClustering.r
Perform bisect k-means clustering on a data-matrix.
1 | BisectKmeansClustering(Inputdata, cluster.size = 0.5)
|
cluster.size |
The fraction of pixels in individual cluster. Particular cluster will not split further if contains this fracion of data-points with respect total data-points. |
x |
A numeric matrix of data. |
The data given by x is clustered by the k-means algorimthm based correlation distance. The number of clusters automatically decides according calinhara internal cluster validity index. The split of cluster into another cluster stop if the size of become less than cluster.size vlaue which the fraction of data points into compare compare to total size of input data.
A vector of integers indicating the cluster to which each point is allocated.
optimalClust
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.