BinaryClassificationMetricsStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The BinaryClassificationMetricsStatistics class holds summary statistics over multiple observations of BinaryClassificationMetrics.
public sealed class BinaryClassificationMetricsStatistics
type BinaryClassificationMetricsStatistics = class
Public NotInheritable Class BinaryClassificationMetricsStatistics
- Inheritance
-
BinaryClassificationMetricsStatistics
Properties
Accuracy |
Summary Statistics for Accuracy. |
AreaUnderPrecisionRecallCurve |
Summary statistics for AreaUnderPrecisionRecallCurve. |
AreaUnderRocCurve |
Summary Statistics for AreaUnderRocCurve. |
F1Score |
Summary statistics for F1Score. |
NegativePrecision |
Summary statistics for NegativePrecision. |
NegativeRecall |
Summary statistics for NegativeRecall. |
PositivePrecision |
Summary statistics for PositivePrecision. |
PositiveRecall |
Summary statistics for PositiveRecall. |