ROC
@Deprecated public class ROC extends ROC implements IEvaluation<ROC>
Modifier and Type | Class and Description |
---|---|
static class |
ROC.CountsForThreshold
Deprecated.
|
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, getCountActualNegative, getCountActualPositive, getCounts, getExactAllocBlockSize, getExampleCount, getPrCurve, getPrecisionRecallCurve, getProbAndLabel, getProbAndLabelUsed, getRocCurve, getThresholdSteps, hashCode, isExact, isRocRemoveRedundantPts, merge, reset, setAuc, setAuprc, setCountActualNegative, setCountActualPositive, setExact, setExactAllocBlockSize, setExampleCount, setPrCurve, setProbAndLabel, setRocCurve, setRocRemoveRedundantPts, setThresholdSteps, stats, toString
attempFromLegacyFromJson, eval, eval, evalTimeSeries, evalTimeSeries, fromJson, fromYaml, getObjectMapper, getYamlMapper, toJson, toYaml
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
eval, eval, eval, evalTimeSeries, evalTimeSeries, merge, 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 © 2018. All rights reserved.