@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, canEqual, equals, fromJson, fromYaml, getArea, getConfusionMatrixAtPoint, getConfusionMatrixAtThreshold, getFnCount, getFpCount, getPointAtPrecision, getPointAtRecall, getPointAtThreshold, getPrecision, getPrecision, getRecall, getRecall, getThreshold, getThreshold, getTitle, getTotalCount, getTpCount, getX, getY, hashCode, numPoints, setArea, setFnCount, setFpCount, setPrecision, setRecall, setThreshold, setTotalCount, setTpCount, toString
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 © 2019. All rights reserved.