fm: Fowlkes-Mallows index

Description Usage Arguments References See Also Examples

Description

Fowlkes-Mallows' index is given by

FM = √((TP / (TP + FP)) \cdot (TP / (TP + FN)))

where TP denotes true positives, TN denotes true negatives, FP denotes false positives, and FN denotes false negatives.

Usage

1
fm(tp, tn, fp, fn, ...)

Arguments

tp

True positives

tn

True negatives

fp

False positives

fn

False negatives

References

\insertRef

FowlkesMallows1983zostmod

See Also

Other classification scores: auc, bcr, brier, dor, dp, err, et, f1, fai, gain, gl, gm, ignr, jacc, kappa, lr, mcc, op, rand, rt, rus, sm, ss, tss

Other classification scores: auc, bcr, brier, dor, dp, err, et, f1, fai, gain, gl, gm, ignr, jacc, kappa, lr, mcc, op, rand, rt, rus, sm, ss, tss

Examples

1
fm(tp = 45, fp = 15, fn = 25, tn = 15)

EU-ECDC/HerpesZosterModel documentation built on July 7, 2019, 2:58 a.m.