Uses of Enum Class
deepnetts.net.train.TrainingEvent.Type
Packages that use TrainingEvent.Type
-
Uses of TrainingEvent.Type in deepnetts.net.train
Fields in deepnetts.net.train declared as TrainingEvent.TypeModifier and TypeFieldDescriptionstatic TrainingEvent.TypeTrainingEvent.EPOCH_FINISHEDSpecifies that training epoch has finished.static TrainingEvent.TypeTrainingEvent.EPOCH_STARTEDSpecifies that training epoch has started.static TrainingEvent.TypeTrainingEvent.ITERATION_FINISHEDSpecifies that training iteration has finished.static TrainingEvent.TypeTrainingEvent.MINI_BATCHSpecifies mini batch event.static TrainingEvent.TypeTrainingEvent.STARTEDSpecifies that training has started.static TrainingEvent.TypeTrainingEvent.STOPPEDSpecifies that training has stopped.Methods in deepnetts.net.train that return TrainingEvent.TypeModifier and TypeMethodDescriptionTrainingEvent.getType()Gets the type of the event.static TrainingEvent.TypeReturns the enum constant of this class with the specified name.static TrainingEvent.Type[]TrainingEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in deepnetts.net.train with parameters of type TrainingEvent.TypeModifierConstructorDescriptionTrainingEvent(BackpropagationTrainer source, TrainingEvent.Type type) Constructs a new TrainingEvent with specified source and type.