Uses of Class
org.deeplearning4j.earlystopping.EarlyStoppingResult.TerminationReason
-
Packages that use EarlyStoppingResult.TerminationReason Package Description org.deeplearning4j.earlystopping -
-
Uses of EarlyStoppingResult.TerminationReason in org.deeplearning4j.earlystopping
Methods in org.deeplearning4j.earlystopping that return EarlyStoppingResult.TerminationReason Modifier and Type Method Description static EarlyStoppingResult.TerminationReasonEarlyStoppingResult.TerminationReason. valueOf(String name)Returns the enum constant of this type with the specified name.static EarlyStoppingResult.TerminationReason[]EarlyStoppingResult.TerminationReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.deeplearning4j.earlystopping with parameters of type EarlyStoppingResult.TerminationReason Constructor Description EarlyStoppingResult(EarlyStoppingResult.TerminationReason terminationReason, String terminationDetails, Map<Integer,Double> scoreVsEpoch, int bestModelEpoch, double bestModelScore, int totalEpochs, T bestModel)
-