|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joone.engine.Layer
org.joone.engine.MemoryLayer
public abstract class MemoryLayer
| Field Summary | |
|---|---|
protected double[] |
backmemory
|
protected double[] |
memory
|
| Fields inherited from class org.joone.engine.Layer |
|---|
bias, gradientInps, gradientOuts, inps, inputPatternListeners, learnable, learning, m_batch, monitor, myLearner, outputPatternListeners, outs, running, step, STOP_FLAG |
| Constructor Summary | |
|---|---|
MemoryLayer()
|
|
MemoryLayer(java.lang.String ElemName)
|
|
| Method Summary | |
|---|---|
protected void |
backward(double[] pattern)
Reverse transfer function of the component. |
java.util.TreeSet |
check()
Get check messages from listeners. |
protected void |
forward(double[] pattern)
Transfer function to recall a result on a trained net |
int |
getDimension()
Returns the number of neurons contained in the layer |
int |
getTaps()
Return the taps value (06/04/00 1.08.26) |
protected void |
setDimensions()
Sets the dimension of the layer. |
protected void |
setOutputDimension(OutputPatternListener syn)
Sets the dimansion of the output (22/03/00 1.45.24) |
void |
setTaps(int newTaps)
Inserire qui la descrizione del metodo. |
protected void |
sumBackInput(double[] pattern)
Calculates the net input of the error gradents during the learning phase |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected double[] memory
protected double[] backmemory
| Constructor Detail |
|---|
public MemoryLayer()
public MemoryLayer(java.lang.String ElemName)
| Method Detail |
|---|
public int getDimension()
Layer
getDimension in class Layerpublic int getTaps()
protected void setDimensions()
Layer
setDimensions in class Layerprotected void setOutputDimension(OutputPatternListener syn)
setOutputDimension in class Layersyn - neural.engine.Synapsepublic void setTaps(int newTaps)
newTaps - intprotected void sumBackInput(double[] pattern)
Layer
sumBackInput in class Layerpattern - array of input valuesprotected void backward(double[] pattern)
backward in class Layerpattern - double[] - input pattern on wich to apply the transfer functionprotected void forward(double[] pattern)
forward in class Layerpattern - double[] - input patternpublic java.util.TreeSet check()
Layer
check in interface NeuralLayercheck in class LayerNeuralLayer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||