confusion.matrix.total.negative.simple: Confusion Matrix Measures - Total Negative Cases

View source: R/confusion.matrix.total.negative.simple.R

confusion.matrix.total.negative.simpleR Documentation

Confusion Matrix Measures - Total Negative Cases

Description

Calculate Total Negative cases, defined as TN+FP, for a given confusion matrix.

Usage

confusion.matrix.total.negative.simple(true.negative, false.positive)

Arguments

true.negative

Scalar - Cases identified as true negative

false.positive

Scalar - Cases identified as false positive

confusion.matrix

Matrix - confusion matrix.

Value

A scalar with computed value.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.