class PatternForwardedSynapse extends Synapse
| Modifier and Type | Field and Description |
|---|---|
protected Nakayama |
nakayama
The nakayama object that needs to be informed.
|
| Constructor and Description |
|---|
PatternForwardedSynapse(Nakayama aNakayama)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
backward(double[] pattern)
Funzione di TRAIN dell'elemento.
|
protected void |
forward(double[] pattern)
Recall function
|
void |
fwdPut(Pattern pattern)
Method to put a pattern forward to the next layer
|
protected void |
setArrays(int rows,
int cols)
Insert the method's description here.
|
protected void |
setDimensions(int rows,
int cols)
Dimensiona l'elemento
|
addNoise, canCountSteps, check, fwdGet, fwdPattern_consume, fwdPattern_produce, getCount, getFwdLock, getIgnoreBefore, getInputDimension, getLearner, getLearningRate, getMomentum, getMonitor, getName, getOutputDimension, getRevLock, getSynapseNameSafely, getWeights, init, initLearner, InspectableTitle, Inspections, isEnabled, isInputFull, isLoopBack, isOutputFull, randomize, readResolve, reset, revGet, revPattern_consume, revPattern_produce, revPut, setEnabled, setIgnoreBefore, setInputDimension, setInputFull, setLearningRate, setLoopBack, setMomentum, setMonitor, setName, setOutputDimension, setOutputFull, setWeights, warnLogger, warnLoggerprotected Nakayama nakayama
public PatternForwardedSynapse(Nakayama aNakayama)
aNakayama - the object that needs to be informed whenever a pattern
has been forwarded through the network.public void fwdPut(Pattern pattern)
OutputPatternListenerfwdPut in interface OutputPatternListenerfwdPut in class Synapsepattern - neural.engine.Patternprotected void backward(double[] pattern)
Synapseprotected void forward(double[] pattern)
Synapseprotected void setArrays(int rows,
int cols)
Synapseprotected void setDimensions(int rows,
int cols)
SynapsesetDimensions in class SynapseSubmit Feedback to pmarrone@users.sourceforge.net