IBinaryModelRelevanceMeasure

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The IBinaryModelRelevanceMeasure interface is used to work with binary classification quality criteria.

Inheritance hierarchy

          IBinaryModelRelevanceMeasure

Comments

The interface is used to work with ISmBinaryModel, ISmCART, ISmDecisionTree, ISmDiscriminantAnalysis, ISmGradientBoostedTree, ISmLogisticRegression, ISmRandomForest.

Properties

  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:

Stat Assembly Interfaces