external_validation {Clustering} | R Documentation |
Method that applicate differents external metrics about a data frame or matrix, for example precision, recall etc
Description
Method that applicate differents external metrics about a data frame or matrix, for example precision, recall etc
Usage
external_validation(column_dataset_label, clusters_vector, metric = CONST_NULL)
Arguments
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. |
Value
Return a list of the external results initialized to zero.
[Package Clustering version 1.7.10 Index]