org.joone.engine
Class NeuralNetEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.joone.engine.NeuralNetEvent
-
- All Implemented Interfaces:
- java.io.Serializable
public class NeuralNetEvent extends java.util.EventObjectTransport class used to notify the events raised from a neural network- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NeuralNetEvent(Monitor source)The event constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description NeuralNetgetNeuralNet()Getter for the NeuralNet generating this event.voidsetNeuralNet(NeuralNet nnet)Setter for the NeuralNet generating this event.
-
-
-
Constructor Detail
-
NeuralNetEvent
public NeuralNetEvent(Monitor source)
The event constructor- Parameters:
source- The object generating this event. Normally it is the neural network's Monitor
-
-
Method Detail
-
getNeuralNet
public NeuralNet getNeuralNet()
Getter for the NeuralNet generating this event. Warning: Use this method ONLY if the event has been raised by an org.joone.helpers class, otherwise you could get a null value.- Returns:
- The neural network generating this event
- Since:
- 1.2.2
-
setNeuralNet
public void setNeuralNet(NeuralNet nnet)
Setter for the NeuralNet generating this event.- Parameters:
nnet- The neural network generating this event- Since:
- 1.2.2
-
-
DataMelt 3.0 © DataMelt by jWork.ORG