BinaryPrecisionRecallDataPoint クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このクラスは、二項分類のPrecision-Recall曲線上の 1 つのデータ ポイントを表します。
public sealed class BinaryPrecisionRecallDataPoint
type BinaryPrecisionRecallDataPoint = class
Public NotInheritable Class BinaryPrecisionRecallDataPoint
- 継承
-
BinaryPrecisionRecallDataPoint
プロパティ
FalsePositiveRate |
指定されたしきい値の偽陽性率を取得します。 |
Precision |
現在のしきい値の有効桁数を取得します。 |
Recall |
現在のしきい値のリコールを取得します。 |
Threshold |
このデータ ポイントのしきい値を取得します。 |
TruePositiveRate |
現在のしきい値の真陽性率を取得します。 |