Uses of Class
org.deeplearning4j.eval.EvaluationAveraging
-
Packages that use EvaluationAveraging Package Description org.deeplearning4j.eval -
-
Uses of EvaluationAveraging in org.deeplearning4j.eval
Methods in org.deeplearning4j.eval that return EvaluationAveraging Modifier and Type Method Description static EvaluationAveraging
EvaluationAveraging. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static EvaluationAveraging[]
EvaluationAveraging. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.eval with parameters of type EvaluationAveraging Modifier and Type Method Description double
Evaluation. f1(EvaluationAveraging averaging)
Deprecated.double
Evaluation. falseNegativeRate(EvaluationAveraging averaging)
Deprecated.double
Evaluation. falsePositiveRate(EvaluationAveraging averaging)
Deprecated.double
Evaluation. fBeta(double beta, EvaluationAveraging averaging)
Deprecated.double
Evaluation. gMeasure(EvaluationAveraging averaging)
Deprecated.double
Evaluation. matthewsCorrelation(EvaluationAveraging averaging)
Deprecated.double
Evaluation. precision(EvaluationAveraging averaging)
Deprecated.double
Evaluation. recall(EvaluationAveraging averaging)
Deprecated.
-