Learn R Programming

Clustering (version 1.7)

fowlkes_mallows_index_metric: Method to calculate the fowlkes and mallows

Description

Method to calculate the fowlkes and mallows

Usage

fowlkes_mallows_index_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 fowlkes_mallows_index calculation