Method that applicate differents external metrics about a data frame or matrix, for example precision, recall etc
external_validation(column_dataset_label, clusters_vector, metric = CONST_NULL)
column_dataset_label
: Array containing the distribution of the data in the cluster.clusters_vector
: Array that containe tha data grouped in cluster.metric
: Array with external metric types.Return a list of the external results initialized to zero.