Description Usage Arguments Details Value
Get "best" number of clustering partitions determined by successiveOmitClusterValidation
for
k = 2, ..., K using cluster connectivity. Specifically, this function runs successiveOmitClusterValidation
for each cluster number in krange and selects the optimal number of cluster by looking at the
clustering with the best separation or compactnest
1 2 3 |
data |
data matrix to cluster |
krange |
integer vector. Numbers of clusters to try |
dist.method |
Use |
parallel |
run in parallel ? Currently uses |
mc.cores |
number of CPU cores |
control |
list with control parameters:
|
ensemble |
take the ensemble of the seperation measures ? |
This function is experimental .. work in progress to validate the procedure
clustering for data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.