ConfusionMatrix.NumberOfClasses 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.
The indicators of the predicted classes. It might be the classes names, or just indices of the predicted classes, if the name mapping is missing.
public int NumberOfClasses { get; }
member this.NumberOfClasses : int
Public ReadOnly Property NumberOfClasses As Integer