fmeasure: F-measure Calculation

Description Usage Arguments Value

View source: R/fmeasure.R

Description

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

Usage

1
fmeasure(g, t)

Arguments

g

the ground truth

t

estimated labels

Value

f the F measure


PAC documentation built on Feb. 18, 2021, 9:06 a.m.