Uses of Class
org.deeplearning4j.earlystopping.scorecalc.ROCScoreCalculator.ROCType
-
Packages that use ROCScoreCalculator.ROCType Package Description org.deeplearning4j.earlystopping.scorecalc -
-
Uses of ROCScoreCalculator.ROCType in org.deeplearning4j.earlystopping.scorecalc
Fields in org.deeplearning4j.earlystopping.scorecalc declared as ROCScoreCalculator.ROCType Modifier and Type Field Description protected ROCScoreCalculator.ROCTypeROCScoreCalculator. typeMethods in org.deeplearning4j.earlystopping.scorecalc that return ROCScoreCalculator.ROCType Modifier and Type Method Description static ROCScoreCalculator.ROCTypeROCScoreCalculator.ROCType. valueOf(String name)Returns the enum constant of this type with the specified name.static ROCScoreCalculator.ROCType[]ROCScoreCalculator.ROCType. 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.ROCType Constructor Description ROCScoreCalculator(ROCScoreCalculator.ROCType type, ROCScoreCalculator.Metric metric, DataSetIterator iterator)ROCScoreCalculator(ROCScoreCalculator.ROCType type, ROCScoreCalculator.Metric metric, MultiDataSetIterator iterator)ROCScoreCalculator(ROCScoreCalculator.ROCType type, DataSetIterator iterator)ROCScoreCalculator(ROCScoreCalculator.ROCType type, MultiDataSetIterator iterator)
-