Uses of Class
org.deeplearning4j.eval.Evaluation.Metric
-
Packages that use Evaluation.Metric Package Description org.deeplearning4j.eval -
-
Uses of Evaluation.Metric in org.deeplearning4j.eval
Methods in org.deeplearning4j.eval that return Evaluation.Metric Modifier and Type Method Description static Evaluation.Metric
Evaluation.Metric. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static Evaluation.Metric[]
Evaluation.Metric. 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 Evaluation.Metric Modifier and Type Method Description double
Evaluation. scoreForMetric(Evaluation.Metric metric)
Deprecated.Use ND4J Evaluation class, which has the same interface:Evaluation.Metric
-