ConfusionMatrix.Counts 属性

定义

组合的实际类/预测类的混淆矩阵计数。 实际类位于表 (存储在外部 IReadOnlyList<T>) 中的行中,以及存储在内部 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))

属性值

适用于