|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputPatternListener
This interface represents an output synapse for a generic layer.
| Method Summary | |
|---|---|
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)
|
| Methods inherited from interface org.joone.engine.NeuralElement |
|---|
check, getMonitor, getName, init, isEnabled, setEnabled, setMonitor, setName |
| Method Detail |
|---|
void fwdPut(Pattern pattern)
pattern - neural.engine.Patternboolean isOutputFull()
void setOutputFull(boolean outputFull)
int getInputDimension()
Pattern revGet()
void setInputDimension(int newInputDimension)
newOutputDimension - int
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||