FOR: False Omission Rate

View source: R/metrics.R

FORR Documentation

False Omission Rate

Description

Computes false omission rate from a confusion matrix, see confusion. False omission rate is defined as FN/(FN + TN), where FN are false negatives and TN are true negatives. If FN + TN = 0, 0 is returned.

Usage

FOR(confusion)

Arguments

confusion

Confusion matrix as obtained from confusion

Value

A numeric in [0,1].


causalDisco documentation built on May 12, 2022, 9:05 a.m.

Related to FOR in causalDisco...