Uses of Class
org.nd4j.evaluation.classification.ROC.Metric
-
Packages that use ROC.Metric Package Description org.nd4j.evaluation.classification -
-
Uses of ROC.Metric in org.nd4j.evaluation.classification
Methods in org.nd4j.evaluation.classification that return ROC.Metric Modifier and Type Method Description static ROC.MetricROC.Metric. valueOf(String name)Returns the enum constant of this type with the specified name.static ROC.Metric[]ROC.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 ROC.Metric Modifier and Type Method Description doubleROC. scoreForMetric(ROC.Metric metric)
-