public class NeuralNetEvent
extends java.util.EventObject
Constructor and Description |
---|
NeuralNetEvent(Monitor source)
The event constructor
|
Modifier and Type | Method and Description |
---|---|
NeuralNet |
getNeuralNet()
Getter for the NeuralNet generating this event.
|
void |
setNeuralNet(NeuralNet nnet)
Setter for the NeuralNet generating this event.
|
public NeuralNetEvent(Monitor source)
source
- The object generating this event. Normally it is the neural network's Monitorpublic NeuralNet getNeuralNet()
public void setNeuralNet(NeuralNet nnet)
nnet
- The neural network generating this eventSubmit Feedback to pmarrone@users.sourceforge.net