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