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, warnLogger
protected 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)
OutputPatternListener
fwdPut
in interface OutputPatternListener
fwdPut
in class Synapse
pattern
- neural.engine.Patternprotected void backward(double[] pattern)
Synapse
protected void forward(double[] pattern)
Synapse
protected void setArrays(int rows, int cols)
Synapse
protected void setDimensions(int rows, int cols)
Synapse
setDimensions
in class Synapse
Submit Feedback to pmarrone@users.sourceforge.net