You are here: Start » AVL.NET » AVS.MeasureClassificationQuality_Binary Method
AVS.MeasureClassificationQuality_Binary Method
Calculates classification performance metrics for binary problems.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MeasureClassificationQuality_Binary ( IList<bool> inPredictedClasses, IList<bool> inExpectedClasses, out float outAccuracy, out float outPrecision, out float outRecall, out float outF1Score, AvlNet.Matrix outConfusionMatrix )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPredictedClasses | System.Collections.Generic.IList<bool> | |||
![]() | inExpectedClasses | System.Collections.Generic.IList<bool> | |||
![]() | outAccuracy | float | |||
![]() | outPrecision | float | |||
![]() | outRecall | float | |||
![]() | outF1Score | float | |||
![]() | outConfusionMatrix | AvlNet.Matrix |


