View source: R/confusion.matrix.total.positive.simple.R
confusion.matrix.total.positive.simple | R Documentation |
Calculate Total Positive Cases, defined as FP+TN, for a given confusion matrix.
confusion.matrix.total.positive.simple(false.positive, true.negative)
false.positive |
Scalar - Cases identified as false positive |
true.negative |
Scalar - Cases identified as true negative |
confusion.matrix |
Matrix - confusion matrix. |
A scalar with computed value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.