org.neuroph.core.events
Class NeuralNetworkEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.neuroph.core.events.NeuralNetworkEvent
-
- All Implemented Interfaces:
- java.io.Serializable
public class NeuralNetworkEvent extends java.util.EventObjectThis class holds information about the source and type of some neural network event.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classNeuralNetworkEvent.TypeTypes of neural network events
-
Constructor Summary
Constructors Constructor and Description NeuralNetworkEvent(Layer source, NeuralNetworkEvent.Type eventType)NeuralNetworkEvent(NeuralNetwork source, NeuralNetworkEvent.Type eventType)NeuralNetworkEvent(Neuron source, NeuralNetworkEvent.Type eventType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description NeuralNetworkEvent.TypegetEventType()
-
-
-
Constructor Detail
-
NeuralNetworkEvent
public NeuralNetworkEvent(NeuralNetwork source, NeuralNetworkEvent.Type eventType)
-
NeuralNetworkEvent
public NeuralNetworkEvent(Layer source, NeuralNetworkEvent.Type eventType)
-
NeuralNetworkEvent
public NeuralNetworkEvent(Neuron source, NeuralNetworkEvent.Type eventType)
-
-
Method Detail
-
getEventType
public NeuralNetworkEvent.Type getEventType()
-
-
DMelt 3.0 © DataMelt by jWork.ORG