external_validation: Method that applicate differents external metrics about a...

View source: R/external_validation.R

external_validationR 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.


Clustering documentation built on June 22, 2022, 5:07 p.m.