|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputPatternListener
This interface represents an input synapse for a generic layer.
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.joone.engine.NeuralElement |
|---|
check, getMonitor, getName, init, isEnabled, setEnabled, setMonitor, setName |
| Method Detail |
|---|
Pattern fwdGet()
boolean isInputFull()
void setInputFull(boolean inputFull)
int getOutputDimension()
void revPut(Pattern pattern)
pattern - neural.engine.Patternvoid setOutputDimension(int newOutputDimension)
newOutputDimension - intvoid reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||