BinaryClassificationMetrics.NegativeRecall 屬性

定義

得到分類器的負回憶,該比例為正確預測的負面實例在所有負實例中所佔比例(即被預測為負的負實例數除以負面實例總數)。

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

屬性值

適用於