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