Start » Filter Reference » Data Classification » Data Classification Common » MeasureClassificationQuality_Binary
Module: | FoundationPro |
---|
Calculates classification performance metrics for binary problems.
Name | Type | Description | |
---|---|---|---|
![]() |
inPredictedClasses | BoolArray | |
![]() |
inExpectedClasses | BoolArray | |
![]() |
outAccuracy | Real | |
![]() |
outPrecision | Real | |
![]() |
outRecall | Real | |
![]() |
outF1Score | Real | |
![]() |
outConfusionMatrix | Matrix |
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 | Empty array on input in MeasureClassificationQuality_Binary. |
DomainError | Inconsistent array sizes on input in MeasureClassificationQuality_Binary. |
Complexity Level
This filter is available on Expert Complexity Level.