BinaryPrecisionRecallDataPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |