public interface InputPatternListener extends NeuralElement
Modifier and Type | Method and Description |
---|---|
Pattern |
fwdGet()
Returns the pattern coming from the previous layer during the recall phase
|
int |
getOutputDimension()
Returns the dimension of the input synapse
|
boolean |
isInputFull() |
void |
reset()
reset of the input synapse
|
void |
revPut(Pattern pattern)
Method to put an error pattern backward to the previous layer
|
void |
setInputFull(boolean inputFull) |
void |
setOutputDimension(int newOutputDimension)
Sets the dimension of the input synapse
|
check, getMonitor, getName, init, isEnabled, setEnabled, setMonitor, setName
Pattern fwdGet()
boolean isInputFull()
void setInputFull(boolean inputFull)
int getOutputDimension()
void revPut(Pattern pattern)
pattern
- neural.engine.Patternvoid setOutputDimension(int newOutputDimension)
newOutputDimension
- intvoid reset()
Submit Feedback to pmarrone@users.sourceforge.net