|
||||||||||
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
org.joone.engine.RbfGaussianLayer
public class RbfGaussianLayer
This class implements the nonlinear layer in Radial Basis Function (RBF) networks using Gaussian functions.
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 | |
---|---|
RbfGaussianLayer()
Creates a new instance of RbfGaussianLayer |
Method Summary | |
---|---|
protected void |
backward(double[] pattern)
Reverse transfer function of the component. |
protected void |
forward(double[] pattern)
Transfer function to recall a result on a trained net |
RbfGaussianParameters[] |
getGaussianParameters()
Gets the parameters that define the Gaussian RBFs. |
java.util.Collection |
Inspections()
It doesn't make sense to return biases for this layer |
protected void |
setDimensions()
Sets the dimension of the layer. |
void |
setGaussianParameters(RbfGaussianParameters[] aGaussianParameters)
Sets the parameters that define the Gaussian RBFs. |
void |
useRandomCenter(StreamInputSynapse aStreamInput)
Sets the Gaussian parameters to centers chosen randomly from the input/training data. |
Methods inherited from class org.joone.engine.RbfLayer |
---|
adjustSizeToFwdPattern |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RbfGaussianLayer()
Method Detail |
---|
protected void backward(double[] pattern) throws JooneRuntimeException
Layer
backward
in class Layer
pattern
- input pattern on which to apply the transfer function
JooneRuntimeException
protected void forward(double[] pattern) throws JooneRuntimeException
Layer
forward
in class Layer
pattern
- input pattern to which to apply the rtransfer function
JooneRuntimeException
protected void setDimensions()
Layer
setDimensions
in class RbfLayer
public RbfGaussianParameters[] getGaussianParameters()
public void setGaussianParameters(RbfGaussianParameters[] aGaussianParameters)
aGaussianParameters
- The new parameters for the RBFs.public void useRandomCenter(StreamInputSynapse aStreamInput)
aStreamInput
- the synapse providing the input, from where we will select random centers.public java.util.Collection Inspections()
Inspections
in interface Inspectable
Inspections
in class Layer
org.joone.Inspection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |