CritCF indexComputes CritCF index for the selected number of clusters and
clustering algorithm.
CritCF(data, k, method, distance, Seed = 1)dataframe for which the number of cluster should be estimated.
integer, number of clusters.
string, clustering algorithm to use. Available values are
"kmeans", "hc" (for hclust()) or "mclust".
string, distance between the observations (either "euclidean" or "manhattan").
If not null, passed to set.seed() before generating
the partition.
a list, containing the criterion value and the partition