public class NeuralNetRunner extends java.lang.Object implements NeuralNetListener
| Constructor and Description |
|---|
NeuralNetRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
cicleTerminated(NeuralNetEvent e) |
void |
errorChanged(NeuralNetEvent e) |
void |
execute() |
NeuralNet |
getNnet() |
static void |
main(java.lang.String[] args) |
void |
netStarted(NeuralNetEvent e) |
void |
netStopped(NeuralNetEvent e) |
void |
netStoppedError(NeuralNetEvent e,
java.lang.String error) |
void |
resetNnet() |
void |
setNnet(NeuralNet nnet) |
void |
writeNnet() |
public NeuralNet nnet
public int result
public static void main(java.lang.String[] args)
public void execute()
public void cicleTerminated(NeuralNetEvent e)
cicleTerminated in interface NeuralNetListenerpublic void netStopped(NeuralNetEvent e)
netStopped in interface NeuralNetListenerpublic void writeNnet()
public NeuralNet getNnet()
public void setNnet(NeuralNet nnet)
public void resetNnet()
public void netStarted(NeuralNetEvent e)
netStarted in interface NeuralNetListenerpublic void errorChanged(NeuralNetEvent e)
errorChanged in interface NeuralNetListenerpublic void netStoppedError(NeuralNetEvent e, java.lang.String error)
netStoppedError in interface NeuralNetListenerSubmit Feedback to pmarrone@users.sourceforge.net