@Deprecated public class EvaluationBinary extends EvaluationBinary implements IEvaluation<EvaluationBinary>
EvaluationBinary
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_EDGE_VALUE
Deprecated.
|
static int |
DEFAULT_PRECISION
Deprecated.
|
Constructor and Description |
---|
EvaluationBinary(INDArray decisionThreshold)
Deprecated.
|
EvaluationBinary(int size,
Integer rocBinarySteps)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EvaluationBinary |
fromJson(String json)
Deprecated.
|
static EvaluationBinary |
fromYaml(String yaml)
Deprecated.
|
accuracy, averageAccuracy, averageF1, averagePrecision, averageRecall, canEqual, equals, eval, eval, evalTimeSeries, f1, falseNegativeRate, falseNegativeRate, falseNegatives, falsePositiveRate, falsePositiveRate, falsePositives, fBeta, getCountFalseNegative, getCountFalsePositive, getCountTrueNegative, getCountTruePositive, getDecisionThreshold, getLabels, getROCBinary, gMeasure, hashCode, matthewsCorrelation, merge, numLabels, precision, recall, reset, setCountFalseNegative, setCountFalsePositive, setCountTrueNegative, setCountTruePositive, setDecisionThreshold, setLabelNames, setLabels, setRocBinary, stats, stats, toString, totalCount, trueNegatives, truePositives
attempFromLegacyFromJson, eval, 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 static final int DEFAULT_PRECISION
@Deprecated public static final double DEFAULT_EDGE_VALUE
@Deprecated public EvaluationBinary(INDArray decisionThreshold)
EvaluationBinary
@Deprecated public EvaluationBinary(int size, Integer rocBinarySteps)
EvaluationBinary
@Deprecated public static EvaluationBinary fromJson(String json)
@Deprecated public static EvaluationBinary fromYaml(String yaml)
org.nd4j.evaluation.classification.EvaluationBinary.fromYaml(String)
Copyright © 2018. All rights reserved.