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