fmeasure {PAC}R Documentation

F-measure Calculation

Description

Compute the F measure between the ground truth and the estimated label

Usage

fmeasure(g, t)

Arguments

g

the ground truth

t

estimated labels

Value

f the F measure


[Package PAC version 1.1.4 Index]