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.Type
TrainingEvent.EPOCH_FINISHED
Specifies that training epoch has finished.static TrainingEvent.Type
TrainingEvent.EPOCH_STARTED
Specifies that training epoch has started.static TrainingEvent.Type
TrainingEvent.ITERATION_FINISHED
Specifies that training iteration has finished.static TrainingEvent.Type
TrainingEvent.MINI_BATCH
Specifies mini batch event.static TrainingEvent.Type
TrainingEvent.STARTED
Specifies that training has started.static TrainingEvent.Type
TrainingEvent.STOPPED
Specifies that training has stopped.Methods in deepnetts.net.train that return TrainingEvent.TypeModifier and TypeMethodDescriptionTrainingEvent.getType()
Gets the type of the event.static TrainingEvent.Type
Returns 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.