Uses of Class
org.nd4j.evaluation.regression.RegressionEvaluation.Metric
-
Packages that use RegressionEvaluation.Metric Package Description org.nd4j.evaluation.regression -
-
Uses of RegressionEvaluation.Metric in org.nd4j.evaluation.regression
Methods in org.nd4j.evaluation.regression that return RegressionEvaluation.Metric Modifier and Type Method Description static RegressionEvaluation.MetricRegressionEvaluation.Metric. valueOf(String name)Returns the enum constant of this type with the specified name.static RegressionEvaluation.Metric[]RegressionEvaluation.Metric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.evaluation.regression with parameters of type RegressionEvaluation.Metric Modifier and Type Method Description doubleRegressionEvaluation. scoreForMetric(RegressionEvaluation.Metric metric)
-