Share via


ConfusionMatrix.Counts Property

Definition

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))

Property Value

Applies to