Share via


BinaryClassificationMetrics.AreaUnderPrecisionRecallCurve 屬性

定義

取得分類器精確度/召回率曲線下的區域。

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

屬性值

備註

精確度/召回率曲線下的區域是精確度/召回曲線中資訊的單一數位摘要。 它越來越用於機器學習社群,特別是針對比另一個類別更頻繁觀察到的不平衡資料集。 在這些資料集上, AreaUnderPrecisionRecallCurve 可以反白顯示與 AreaUnderRocCurve 遺失的效能差異。

適用於