View source: R/confusion.matrix.total.negative.simple.R
confusion.matrix.total.negative.simple | R Documentation |
Calculate Total Negative cases, defined as TN+FP, for a given confusion matrix.
confusion.matrix.total.negative.simple(true.negative, false.positive)
true.negative |
Scalar - Cases identified as true negative |
false.positive |
Scalar - Cases identified as false positive |
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.