Back to FabImage Studio website

You are here: Start » Filter Reference » Data Classification » Statistics » TableOfConfusion_BoolArray

TableOfConfusion_BoolArray


Module: FoundationPro

Computes statistics from a confusion matrix for an array of groundTruth and results.

Name Type Description
Input value
inGroundTruth BoolArray
Input value
inResults BoolArray
Output value
outTruePositive Long
Output value
outFalsePositive Long
Output value
outTrueNegative Long
Output value
outFalseNegative Long
Output value
outConfusionTable ConfusionTable

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Array inGroundTruth is empty in TableOfConfusion_BoolArray.

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of TableOfConfusion filter group.