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 EvaluationAveragingEvaluationAveraging. 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 doubleEvaluation. f1(EvaluationAveraging averaging)Deprecated.doubleEvaluation. falseNegativeRate(EvaluationAveraging averaging)Deprecated.doubleEvaluation. falsePositiveRate(EvaluationAveraging averaging)Deprecated.doubleEvaluation. fBeta(double beta, EvaluationAveraging averaging)Deprecated.doubleEvaluation. gMeasure(EvaluationAveraging averaging)Deprecated.doubleEvaluation. matthewsCorrelation(EvaluationAveraging averaging)Deprecated.doubleEvaluation. precision(EvaluationAveraging averaging)Deprecated.doubleEvaluation. recall(EvaluationAveraging averaging)Deprecated.
-