org.neuroph.core.events
Class LearningEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.neuroph.core.events.LearningEvent
-
- All Implemented Interfaces:
- java.io.Serializable
public class LearningEvent extends java.util.EventObjectThis class holds information about the source and type of learning event.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classLearningEvent.Type
-
Field Summary
Fields Modifier and Type Field and Description static LearningEvent.TypeEPOCH_ENDEDstatic LearningEvent.TypeLEARNING_STOPPED
-
Constructor Summary
Constructors Constructor and Description LearningEvent(LearningRule source, LearningEvent.Type eventType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description LearningEvent.TypegetEventType()
-
-
-
Field Detail
-
EPOCH_ENDED
public static LearningEvent.Type EPOCH_ENDED
-
LEARNING_STOPPED
public static LearningEvent.Type LEARNING_STOPPED
-
-
Constructor Detail
-
LearningEvent
public LearningEvent(LearningRule source, LearningEvent.Type eventType)
-
-
Method Detail
-
getEventType
public LearningEvent.Type getEventType()
-
-
DMelt 3.0 © DataMelt by jWork.ORG