|
|||||||||
| Home >> All >> Synapsim >> blocks >> ai >> [ NeuralNetworks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Synapsim.blocks.ai.NeuralNetworks
Class FeedForwardPropagationXORDaemon

java.lang.ObjectSynapsim.blocks.ai.NeuralNetworks.FeedForwardPropagationXORDaemon
- All Implemented Interfaces:
- Synapsim.core.BlockDaemon, java.lang.Runnable
- public class FeedForwardPropagationXORDaemon
- extends java.lang.Object
- implements Synapsim.core.BlockDaemon
- extends java.lang.Object
| Field Summary | |
protected Synapsim.core.Block |
block
|
private java.lang.String |
DEFAULT_FILE_NAME
|
private int[] |
DEFAULT_STRUCTURE
|
private AI.NeuralNetworks.FeedForwardNetwork |
net
|
| Constructor Summary | |
FeedForwardPropagationXORDaemon(Synapsim.core.Block block)
Creates a new instance of this class. |
|
| Method Summary | |
void |
run()
Method executed when the Thread is started. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
block
protected Synapsim.core.Block block
net
private AI.NeuralNetworks.FeedForwardNetwork net
DEFAULT_FILE_NAME
private java.lang.String DEFAULT_FILE_NAME
DEFAULT_STRUCTURE
private int[] DEFAULT_STRUCTURE
| Constructor Detail |
FeedForwardPropagationXORDaemon
public FeedForwardPropagationXORDaemon(Synapsim.core.Block block)
- Creates a new instance of this class.
| Method Detail |
run
public void run()
- Method executed when the Thread is started.
- Specified by:
runin interfacejava.lang.Runnable
|
|||||||||
| Home >> All >> Synapsim >> blocks >> ai >> [ NeuralNetworks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
Synapsim.blocks.ai.NeuralNetworks.FeedForwardPropagationXORDaemon