org.joone.samples.engine.xor
Class XORFahlman
- java.lang.Object
-
- org.joone.samples.engine.xor.XORFahlman
-
- All Implemented Interfaces:
- java.io.Serializable, java.util.EventListener, NeuralNetListener, NeuralValidationListener
public class XORFahlman extends java.lang.Object implements java.io.Serializable, NeuralNetListener, NeuralValidationListener
Sample class to demostrate the use of the FahlmanTeacherSynapse and related classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description XORFahlman()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcicleTerminated(NeuralNetEvent e)voiderrorChanged(NeuralNetEvent e)voidGo()Method declarationstatic voidmain(java.lang.String[] args)voidnetStarted(NeuralNetEvent e)Method declarationvoidnetStopped(NeuralNetEvent e)Method declarationvoidnetStoppedError(NeuralNetEvent e, java.lang.String error)voidnetValidated(NeuralValidationEvent event)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
- Parameters:
args- the command line arguments
-
Go
public void Go()
Method declaration
-
netStopped
public void netStopped(NeuralNetEvent e)
Method declaration- Specified by:
netStoppedin interfaceNeuralNetListener
-
cicleTerminated
public void cicleTerminated(NeuralNetEvent e)
- Specified by:
cicleTerminatedin interfaceNeuralNetListener
-
netStarted
public void netStarted(NeuralNetEvent e)
Method declaration- Specified by:
netStartedin interfaceNeuralNetListener
-
errorChanged
public void errorChanged(NeuralNetEvent e)
- Specified by:
errorChangedin interfaceNeuralNetListener
-
netStoppedError
public void netStoppedError(NeuralNetEvent e, java.lang.String error)
- Specified by:
netStoppedErrorin interfaceNeuralNetListener
-
netValidated
public void netValidated(NeuralValidationEvent event)
- Specified by:
netValidatedin interfaceNeuralValidationListener
-
-
DataMelt 3.0 © DataMelt by jWork.ORG