Condividi tramite


ConfusionMatrix.Counts Proprietà

Definizione

La matrice di confusione conta le combinazioni della classe effettiva/stimata. Le classi effettive si trovano nelle righe della tabella (archiviate nell'esterno IReadOnlyList<T>) e le classi stimate nelle colonne(archiviate nell'interno 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))

Valore della proprietà

Si applica a