Start » Filter Reference » Data Classification » Statistics » TableOfConfusion_BoolArray
Module: | FoundationPro |
---|
Computes statistics from a confusion matrix for an array of groundTruth and results.
Name | Type | Description | |
---|---|---|---|
inGroundTruth | BoolArray | ||
inResults | BoolArray | ||
outTruePositive | Long | ||
outFalsePositive | Long | ||
outTrueNegative | Long | ||
outFalseNegative | Long | ||
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.