Uses of Interface
org.deeplearning4j.earlystopping.termination.EpochTerminationCondition
-
Packages that use EpochTerminationCondition Package Description org.deeplearning4j.earlystopping org.deeplearning4j.earlystopping.termination -
-
Uses of EpochTerminationCondition in org.deeplearning4j.earlystopping
Methods in org.deeplearning4j.earlystopping with parameters of type EpochTerminationCondition Modifier and Type Method Description EarlyStoppingConfiguration.Builder<T>EarlyStoppingConfiguration.Builder. epochTerminationConditions(EpochTerminationCondition... terminationConditions)Termination conditions to be evaluated every N epochs, with N set by evaluateEveryNEpochs optionMethod parameters in org.deeplearning4j.earlystopping with type arguments of type EpochTerminationCondition Modifier and Type Method Description EarlyStoppingConfiguration.Builder<T>EarlyStoppingConfiguration.Builder. epochTerminationConditions(List<EpochTerminationCondition> terminationConditions)Termination conditions to be evaluated every N epochs, with N set by evaluateEveryNEpochs option -
Uses of EpochTerminationCondition in org.deeplearning4j.earlystopping.termination
Classes in org.deeplearning4j.earlystopping.termination that implement EpochTerminationCondition Modifier and Type Class Description classBestScoreEpochTerminationConditionclassMaxEpochsTerminationConditionclassScoreImprovementEpochTerminationCondition
-