|
||||||||||
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.RbfLayer
public abstract class RbfLayer
This is the basis (helper) for radial basis function layers.
Field Summary |
---|
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 | |
---|---|
RbfLayer()
Creates a new instance of RbfLayer |
|
RbfLayer(java.lang.String anElemName)
Creates a new instance of RbfLayer |
Method Summary | |
---|---|
protected void |
adjustSizeToFwdPattern(double[] aPattern)
Adjusts the size of a layer if the size of the forward pattern differs. |
protected void |
setDimensions()
Sets the dimension of the layer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RbfLayer()
public RbfLayer(java.lang.String anElemName)
anElemName
- The name of the LayerMethod Detail |
---|
protected void setDimensions()
Layer
setDimensions
in class Layer
protected void adjustSizeToFwdPattern(double[] aPattern)
adjustSizeToFwdPattern
in class Layer
aPattern
- the pattern holding a different size than the layer
(dimension of neurons is not in accordance with the dimension of the
pattern that is being forwarded).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |