@Deprecated public class ROC extends ROC implements IEvaluation<ROC>
Modifier and Type | Class and Description |
---|---|
static class |
ROC.CountsForThreshold
Deprecated.
|
ROC.Metric
Constructor and Description |
---|
ROC()
Deprecated.
Use
ROC |
ROC(int thresholdSteps)
Deprecated.
Use
ROC |
ROC(int thresholdSteps,
boolean rocRemoveRedundantPts)
Deprecated.
Use
ROC |
ROC(int thresholdSteps,
boolean rocRemoveRedundantPts,
int exactAllocBlockSize)
Deprecated.
Use
ROC |
calculateAUC, calculateAUCPR, canEqual, equals, eval, fromJson, getAxis, getCountActualNegative, getCountActualPositive, getCounts, getExactAllocBlockSize, getExampleCount, getPrCurve, getPrecisionRecallCurve, getProbAndLabel, getProbAndLabelUsed, getRocCurve, getThresholdSteps, getValue, hashCode, isExact, isRocRemoveRedundantPts, merge, newInstance, reset, scoreForMetric, setAuc, setAuprc, setAxis, setCountActualNegative, setCountActualPositive, setExact, setExactAllocBlockSize, setExampleCount, setPrCurve, setProbAndLabel, setRocCurve, setRocRemoveRedundantPts, setThresholdSteps, stats, toString
attempFromLegacyFromJson, eval, eval, eval, evalTimeSeries, evalTimeSeries, fromJson, fromYaml, reshapeAndExtractNotMasked, toJson, toYaml
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
eval, eval, eval, eval, evalTimeSeries, evalTimeSeries, getValue, merge, newInstance, reset, stats, toJson, toYaml
@Deprecated public ROC()
ROC
@Deprecated public ROC(int thresholdSteps)
ROC
@Deprecated public ROC(int thresholdSteps, boolean rocRemoveRedundantPts)
ROC
@Deprecated public ROC(int thresholdSteps, boolean rocRemoveRedundantPts, int exactAllocBlockSize)
ROC
Copyright © 2021. All rights reserved.