Uses of Class
org.nd4j.evaluation.classification.Evaluation.Metric
-
Packages that use Evaluation.Metric Package Description org.nd4j.autodiff.listeners.impl org.nd4j.evaluation.classification -
-
Uses of Evaluation.Metric in org.nd4j.autodiff.listeners.impl
Methods in org.nd4j.autodiff.listeners.impl with parameters of type Evaluation.Metric Modifier and Type Method Description UIListener.BuilderUIListener.Builder. trainEvaluationMetrics(String name, int labelIdx, Evaluation.Metric... metrics) -
Uses of Evaluation.Metric in org.nd4j.evaluation.classification
Methods in org.nd4j.evaluation.classification that return Evaluation.Metric Modifier and Type Method Description static Evaluation.MetricEvaluation.Metric. valueOf(String name)Returns the enum constant of this type with the specified name.static Evaluation.Metric[]Evaluation.Metric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.evaluation.classification with parameters of type Evaluation.Metric Modifier and Type Method Description doubleEvaluation. scoreForMetric(Evaluation.Metric metric)
-