Extract the most frequent

cl.summary(clv)

Arguments

clv

A clValid object

Value

A value that indicates the proposed method and number of clusters.

Details

This function returns the proposed method or number of clusters or both according to the majority clustering indices of a clValid process

Examples

cl.data = nums(city_data)
#> Error in as.data.frame(data): object 'city_data' not found
method_clvalid = clValid::clValid(as.matrix(cl.data), 2:4, clMethods = c("pam", "kmeans"), validation = c("internal","stability"), metric = "euclidean")
#> Error in as.matrix(cl.data): object 'cl.data' not found
cl.meth = cl.summary(method_clvalid)
#> Error in inherits(clv, "clValid"): object 'method_clvalid' not found
cl.meth
#> Error in eval(expr, envir, enclos): object 'cl.meth' not found