Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The IBinaryModelRelevanceMeasure interface is used to work with binary classification quality criteria.
IBinaryModelRelevanceMeasure
The interface is used to work with ISmBinaryModel, ISmCART, ISmDecisionTree, ISmDiscriminantAnalysis, ISmGradientBoostedTree, ISmLogisticRegression, ISmRandomForest.
| Property name | Brief description | |
| The Accuracy property returns overall accuracy value. | ||
| The F1 property returns value of F-estimate. | ||
| The FalseNegative property returns number of false negative values. | ||
| The FalsePositive property returns number of false positive values. | ||
| The Precision property returns accuracy value of positive result. | ||
| The Recall property returns response value. | ||
| The TrueNegative property returns the number of truly negative values. | ||
| The TruePositive property returns number of true positive values. |
See also: