Package | Description |
---|---|
org.deeplearning4j.eval |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
double |
RegressionEvaluation.scoreForMetric(RegressionEvaluation.Metric metric)
Deprecated.
Use ND4J RegressionEvaluation class, which has the same interface:
RegressionEvaluation |
Copyright © 2019. All rights reserved.