BinaryClassificationMetrics.NegativePrecision 属性

定义

获取分类器的负精度,该分类器是所有负预测 (中正确预测负实例的比例,即预测为负的负实例数,除以预测为负) 的实例总数。

public double NegativePrecision { get; }
member this.NegativePrecision : double
Public ReadOnly Property NegativePrecision As Double

属性值

适用于