BinaryClassificationMetrics.NegativeRecall 属性

定义

获取分类器的负召回率,该分类器是所有负实例之间正确预测的负实例的比例 (,即预测为负实例的负实例数,除以负实例总数) 。

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

属性值

适用于