public interface OutputPatternListener extends NeuralElement
Modifier and Type | Method and Description |
---|---|
void |
fwdPut(Pattern pattern)
Method to put a pattern forward to the next layer
|
int |
getInputDimension()
Returns the dimension of the output synapse
|
boolean |
isOutputFull() |
Pattern |
revGet()
Returns the error pattern coming from the next layer during the training phase
|
void |
setInputDimension(int newInputDimension)
Sets the dimension of the output synapse
|
void |
setOutputFull(boolean outputFull) |
check, getMonitor, getName, init, isEnabled, setEnabled, setMonitor, setName
void fwdPut(Pattern pattern)
pattern
- neural.engine.Patternboolean isOutputFull()
void setOutputFull(boolean outputFull)
int getInputDimension()
Pattern revGet()
void setInputDimension(int newInputDimension)
newOutputDimension
- intSubmit Feedback to pmarrone@users.sourceforge.net