fmeasure_metric: Method to calculate the f_measure.

View source: R/external_validation.R

fmeasure_metricR Documentation

Method to calculate the f_measure.

Description

Method to calculate the f_measure.

Usage

fmeasure_metric(true_positive, false_positive, false_negative)

Arguments

true_positive

Array with matching elements of B is in the same cluster.

false_positive

Array with non matching element of B is in the same cluster.

false_negative

Array with matching elements of B is not in the same cluster.

Value

Returns a double with the f_measure calculation.


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