ConfusionMatrix.Counts 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 confusion matrix counts for the combinations actual class/predicted class. The actual classes are in the rows of the table (stored in the outer IReadOnlyList<T>), and the predicted classes in the columns(stored in the inner IReadOnlyList<T>).
public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyList<double>> Counts { get; }
member this.Counts : System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyList<double>>
Public ReadOnly Property Counts As IReadOnlyList(Of IReadOnlyList(Of Double))