Description Usage Arguments Value
View source: R/CritCF_index_functions.R
Wrapper to estimate the best number of clusters according to CritCF
index
1 | CritCF.sel(data, min.nc, max.nc, method, distance)
|
data |
dataframe for which the number of cluster should be estimated. |
min.nc |
integer strictly higher than 1: minimum number of clusters. |
max.nc |
integer ( |
method |
string, clustering algorithm to use. Available values are
" |
distance |
string, distance between the observations (either "euclidean" or "manhattan"). |
A list containing the selected number of clusters, the CritCF
values and the best partition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.