Evaluation.Metric
@Deprecated public class Evaluation extends Evaluation implements IEvaluation<Evaluation>
Modifier and Type | Class and Description |
---|---|
static class |
Evaluation.Metric
Deprecated.
|
axis, binaryDecisionThreshold, binaryPositiveClass, confusion, CONFUSION_PRINT_MAX_CLASSES, confusionMatrixMetaData, costArray, DEFAULT_EDGE_VALUE, falseNegatives, falsePositives, labelsList, maxWarningClassesToPrint, numRowCounter, topN, topNCorrectCount, topNTotalCount, trueNegatives, truePositives
Constructor and Description |
---|
Evaluation()
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Evaluation(double binaryDecisionThreshold)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Evaluation(double binaryDecisionThreshold,
Integer binaryPositiveClass)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Evaluation(INDArray costArray)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Evaluation(int numClasses)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Evaluation(int numClasses,
Integer binaryPositiveClass)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Evaluation(List<String> labels)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Evaluation(List<String> labels,
INDArray costArray)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Evaluation(List<String> labels,
int topN)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Evaluation(Map<Integer,String> labels)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
Modifier and Type | Method and Description |
---|---|
double |
f1(EvaluationAveraging averaging)
Deprecated.
|
double |
falseNegativeRate(EvaluationAveraging averaging)
Deprecated.
|
double |
falsePositiveRate(EvaluationAveraging averaging)
Deprecated.
|
double |
fBeta(double beta,
EvaluationAveraging averaging)
Deprecated.
|
static Evaluation |
fromJson(String json)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
static Evaluation |
fromYaml(String yaml)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
double |
gMeasure(EvaluationAveraging averaging)
Deprecated.
|
double |
matthewsCorrelation(EvaluationAveraging averaging)
Deprecated.
|
double |
precision(EvaluationAveraging averaging)
Deprecated.
|
double |
recall(EvaluationAveraging averaging)
Deprecated.
|
double |
scoreForMetric(Evaluation.Metric metric)
Deprecated.
Use ND4J Evaluation class, which has the same interface:
Evaluation.Metric |
accuracy, addToConfusion, averageF1NumClassesExcluded, averageFBetaNumClassesExcluded, averagePrecisionNumClassesExcluded, averageRecallNumClassesExcluded, canEqual, classCount, confusionMatrix, confusionToString, equals, eval, eval, eval, f1, f1, f1, falseAlarmRate, falseNegativeRate, falseNegativeRate, falseNegativeRate, falseNegativeRate, falseNegatives, falsePositiveRate, falsePositiveRate, falsePositiveRate, falsePositiveRate, falsePositives, fBeta, fBeta, fBeta, getAxis, getBinaryDecisionThreshold, getBinaryPositiveClass, getClassLabel, getConfusion, getConfusionMatrix, getConfusionMatrixMetaData, getCostArray, getFalseNegatives, getFalsePositives, getLabelsList, getMaxWarningClassesToPrint, getNumRowCounter, getPredictionByPredictedClass, getPredictionErrors, getPredictions, getPredictionsByActualClass, getTopN, getTopNCorrectCount, getTopNTotalCount, getTrueNegatives, getTruePositives, gMeasure, gMeasure, hashCode, incrementFalseNegatives, incrementFalsePositives, incrementTrueNegatives, incrementTruePositives, matthewsCorrelation, matthewsCorrelation, merge, negative, numClasses, positive, precision, precision, precision, precision, recall, recall, recall, recall, reset, scoreForMetric, setAxis, setBinaryDecisionThreshold, setBinaryPositiveClass, setConfusion, setConfusionMatrixMetaData, setCostArray, setFalseNegatives, setFalsePositives, setLabelsList, setMaxWarningClassesToPrint, setNumRowCounter, setTopNCorrectCount, setTopNTotalCount, setTrueNegatives, setTruePositives, stats, stats, stats, topNAccuracy, trueNegatives, truePositives
attempFromLegacyFromJson, eval, eval, evalTimeSeries, evalTimeSeries, fromJson, fromYaml, getObjectMapper, getYamlMapper, reshapeAndExtractNotMasked, toJson, toString, toYaml
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
eval, eval, eval, eval, evalTimeSeries, evalTimeSeries, merge, reset, stats, toJson, toYaml
@Deprecated public Evaluation()
Evaluation.Metric
@Deprecated public Evaluation(int numClasses)
Evaluation.Metric
@Deprecated public Evaluation(int numClasses, Integer binaryPositiveClass)
Evaluation.Metric
@Deprecated public Evaluation(List<String> labels)
Evaluation.Metric
@Deprecated public Evaluation(Map<Integer,String> labels)
Evaluation.Metric
@Deprecated public Evaluation(List<String> labels, int topN)
Evaluation.Metric
@Deprecated public Evaluation(double binaryDecisionThreshold)
Evaluation.Metric
@Deprecated public Evaluation(double binaryDecisionThreshold, @NonNull Integer binaryPositiveClass)
Evaluation.Metric
@Deprecated public Evaluation(INDArray costArray)
Evaluation.Metric
@Deprecated public Evaluation(List<String> labels, INDArray costArray)
Evaluation.Metric
@Deprecated public double precision(EvaluationAveraging averaging)
@Deprecated public double recall(EvaluationAveraging averaging)
public double falsePositiveRate(EvaluationAveraging averaging)
public double falseNegativeRate(EvaluationAveraging averaging)
public double f1(EvaluationAveraging averaging)
public double fBeta(double beta, EvaluationAveraging averaging)
public double gMeasure(EvaluationAveraging averaging)
public double matthewsCorrelation(EvaluationAveraging averaging)
public double scoreForMetric(Evaluation.Metric metric)
Evaluation.Metric
@Deprecated public static Evaluation fromJson(String json)
Evaluation.Metric
@Deprecated public static Evaluation fromYaml(String yaml)
Evaluation.Metric
Copyright © 2019. All rights reserved.