Uses of Class
org.deeplearning4j.earlystopping.scorecalc.ROCScoreCalculator.Metric
-
Packages that use ROCScoreCalculator.Metric Package Description org.deeplearning4j.earlystopping.scorecalc -
-
Uses of ROCScoreCalculator.Metric in org.deeplearning4j.earlystopping.scorecalc
Fields in org.deeplearning4j.earlystopping.scorecalc declared as ROCScoreCalculator.Metric Modifier and Type Field Description protected ROCScoreCalculator.MetricROCScoreCalculator. metricMethods in org.deeplearning4j.earlystopping.scorecalc that return ROCScoreCalculator.Metric Modifier and Type Method Description static ROCScoreCalculator.MetricROCScoreCalculator.Metric. valueOf(String name)Returns the enum constant of this type with the specified name.static ROCScoreCalculator.Metric[]ROCScoreCalculator.Metric. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.deeplearning4j.earlystopping.scorecalc with parameters of type ROCScoreCalculator.Metric Constructor Description ROCScoreCalculator(ROCScoreCalculator.ROCType type, ROCScoreCalculator.Metric metric, DataSetIterator iterator)ROCScoreCalculator(ROCScoreCalculator.ROCType type, ROCScoreCalculator.Metric metric, MultiDataSetIterator iterator)
-