FOR | R Documentation |
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.
FOR(confusion)
confusion |
Confusion matrix as obtained from confusion |
A numeric in [0,1].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.