BinaryPrecisionRecallDataPoint Class

Definition

This class represents one data point on Precision-Recall curve for binary classification.

public sealed class BinaryPrecisionRecallDataPoint
type BinaryPrecisionRecallDataPoint = class
Public NotInheritable Class BinaryPrecisionRecallDataPoint
Inheritance
BinaryPrecisionRecallDataPoint

Properties

FalsePositiveRate

Gets the false positive rate for the given threshold.

Precision

Gets the precision for the current threshold.

Recall

Gets the recall for the current threshold.

Threshold

Gets the threshold for this data point.

TruePositiveRate

Gets the true positive rate for the current threshold.

Applies to