MulticlassClassificationMetrics.MicroAccuracy Property
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.
Gets the micro-average accuracy of the model.
public double MicroAccuracy { get; }
member this.MicroAccuracy : double
Public ReadOnly Property MicroAccuracy As Double
Property Value
Remarks
The micro-average is the fraction of instances predicted correctly across all classes. Micro-average can be a more useful metric than macro-average if class imbalance is suspected (i.e. one class has many more instances than the rest).