Package | Description |
---|---|
org.joone.engine | |
org.joone.engine.learning | |
org.joone.net | |
org.joone.structure | |
org.joone.util |
Modifier and Type | Method and Description |
---|---|
void |
GaussianLayer.cicleTerminated(NeuralNetEvent e)
Updates the Gaussian Size if in learning mode.
|
void |
KohonenSynapse.cicleTerminated(NeuralNetEvent e)
Changes the learning rate for this synapse depending in the current epoch number.
|
void |
RTRLLearnerFactory.cicleTerminated(NeuralNetEvent e)
Use this event to reset the p and update the weight matrices
|
void |
NeuralNetAdapter.cicleTerminated(NeuralNetEvent e) |
void |
NeuralNetListener.cicleTerminated(NeuralNetEvent e) |
void |
GaussianLayer.errorChanged(NeuralNetEvent e) |
void |
KohonenSynapse.errorChanged(NeuralNetEvent e)
Not implemented.
|
void |
RTRLLearnerFactory.errorChanged(NeuralNetEvent e)
Use this event to update the p and delta matrices
|
void |
NeuralNetAdapter.errorChanged(NeuralNetEvent e) |
void |
NeuralNetListener.errorChanged(NeuralNetEvent e) |
void |
GaussianLayer.netStarted(NeuralNetEvent e)
Initialises the time constant used to decrease the size of the spatial
map.
|
void |
KohonenSynapse.netStarted(NeuralNetEvent e)
Initialises any shape sizes such as circular radius and time constant before possible training.
|
void |
RTRLLearnerFactory.netStarted(NeuralNetEvent e)
Used to set the learning rate and momentum
|
void |
NeuralNetAdapter.netStarted(NeuralNetEvent e) |
void |
NeuralNetListener.netStarted(NeuralNetEvent e) |
void |
GaussianLayer.netStopped(NeuralNetEvent e) |
void |
KohonenSynapse.netStopped(NeuralNetEvent e)
Not implemented.
|
void |
RTRLLearnerFactory.netStopped(NeuralNetEvent e)
Print out the weight matrix when done
|
void |
NeuralNetAdapter.netStopped(NeuralNetEvent e) |
void |
NeuralNetListener.netStopped(NeuralNetEvent e) |
void |
GaussianLayer.netStoppedError(NeuralNetEvent e,
java.lang.String error) |
void |
KohonenSynapse.netStoppedError(NeuralNetEvent e,
java.lang.String error)
Not implemented.
|
void |
RTRLLearnerFactory.netStoppedError(NeuralNetEvent e,
java.lang.String error)
Ignored
|
void |
NeuralNetAdapter.netStoppedError(NeuralNetEvent e,
java.lang.String error) |
void |
NeuralNetListener.netStoppedError(NeuralNetEvent e,
java.lang.String error) |
Modifier and Type | Method and Description |
---|---|
void |
ComparisonSynapse.netStoppedError(NeuralNetEvent e,
java.lang.String error) |
Modifier and Type | Method and Description |
---|---|
void |
NeuralNet.cicleTerminated(NeuralNetEvent e)
To override.
|
void |
NeuralNetValidator.cicleTerminated(NeuralNetEvent e) |
void |
NeuralNet.errorChanged(NeuralNetEvent e)
To override.
|
void |
NeuralNetValidator.errorChanged(NeuralNetEvent e) |
void |
NeuralNet.netStarted(NeuralNetEvent e)
To override.
|
void |
NeuralNetValidator.netStarted(NeuralNetEvent e) |
void |
NeuralNet.netStopped(NeuralNetEvent e)
To override.
|
void |
NeuralNetValidator.netStopped(NeuralNetEvent e) |
void |
NeuralNet.netStoppedError(NeuralNetEvent e,
java.lang.String error)
Stops the execution threads and resets all the layers
in the event of an crtitical network error.
|
void |
NeuralNetValidator.netStoppedError(NeuralNetEvent e,
java.lang.String error) |
Modifier and Type | Method and Description |
---|---|
void |
Nakayama.cicleTerminated(NeuralNetEvent e) |
void |
Nakayama.errorChanged(NeuralNetEvent e) |
void |
Nakayama.netStarted(NeuralNetEvent e) |
void |
Nakayama.netStopped(NeuralNetEvent e) |
void |
Nakayama.netStoppedError(NeuralNetEvent e,
java.lang.String error) |
Modifier and Type | Method and Description |
---|---|
void |
MonitorPlugin.cicleTerminated(NeuralNetEvent e)
cicleTerminated method.
|
void |
NeuralNetRunner.cicleTerminated(NeuralNetEvent e) |
void |
MonitorPlugin.errorChanged(NeuralNetEvent e) |
void |
NeuralNetRunner.errorChanged(NeuralNetEvent e) |
void |
MonitorPlugin.netStarted(NeuralNetEvent e) |
void |
NeuralNetRunner.netStarted(NeuralNetEvent e) |
void |
MonitorPlugin.netStopped(NeuralNetEvent e)
netStopped method comment.
|
void |
NeuralNetRunner.netStopped(NeuralNetEvent e) |
void |
MonitorPlugin.netStoppedError(NeuralNetEvent e,
java.lang.String error) |
void |
NeuralNetRunner.netStoppedError(NeuralNetEvent e,
java.lang.String error) |
Submit Feedback to pmarrone@users.sourceforge.net