View source: R/confusion.matrix.false.discovery.rate.simple.R
confusion.matrix.false.discovery.rate | R Documentation |
Calculate False Discovery Rate, defined as FP / (FP + TP), for a given confusion matrix.
confusion.matrix.false.discovery.rate(confusion.matrix)
confusion.matrix.false.discovery.rate.simple(
false.positive = 0,
true.positive = 1
)
confusion.matrix |
Matrix - confusion matrix. |
false.positive |
Scalar - Cases identified as false positive |
true.positive |
Scalar - Cases identified as true positive |
A scalar with computed value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.