@Deprecated public class PrecisionRecallCurve extends PrecisionRecallCurve
Modifier and Type | Class and Description |
---|---|
static class |
PrecisionRecallCurve.Confusion
Deprecated.
|
static class |
PrecisionRecallCurve.Point
Deprecated.
|
DEFAULT_FORMAT_PREC
Constructor and Description |
---|
PrecisionRecallCurve(double[] threshold,
double[] precision,
double[] recall,
int[] tpCount,
int[] fpCount,
int[] fnCount,
int totalCount)
Deprecated.
|
calculateAUPRC, fromJson, fromYaml, getConfusionMatrixAtPoint, getConfusionMatrixAtThreshold, getPointAtPrecision, getPointAtRecall, getPointAtThreshold, getPrecision, getRecall, getThreshold, getTitle, getX, getY, numPoints
calculateArea, calculateArea, format, fromJson, fromYaml, toJson, toYaml
@Deprecated public PrecisionRecallCurve(double[] threshold, double[] precision, double[] recall, int[] tpCount, int[] fpCount, int[] fnCount, int totalCount)
ReliabilityDiagram
Copyright © 2020. All rights reserved.