public abstract class RbfLayer extends Layer
bias, gradientInps, gradientOuts, inps, inputPatternListeners, learnable, learning, m_batch, monitor, myLearner, outputPatternListeners, outs, running, step, STOP_FLAG
Constructor and Description |
---|
RbfLayer()
Creates a new instance of RbfLayer
|
RbfLayer(java.lang.String anElemName)
Creates a new instance of RbfLayer
|
Modifier and Type | Method and Description |
---|---|
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.
|
addInputSynapse, addNoise, addOutputSynapse, adjustSizeToRevPattern, backward, check, checkInputEnabled, checkInputs, checkOutputs, copyInto, finalize, fireFwdGet, fireFwdPut, fireRevGet, fireRevPut, forward, fwdRun, getAllInputs, getAllOutputs, getBias, getDefaultState, getDerivative, getDimension, getLastGradientInps, getLastGradientOuts, getLastInputs, getLastOutputs, getLayerName, getLearner, getMaximumState, getMinimumState, getMonitor, getRows, getThreadMonitor, hasStepCounter, init, initLearner, InspectableTitle, Inspections, isInputLayer, isOutputLayer, isRunning, join, randomize, randomizeBias, randomizeWeights, removeAllInputs, removeAllOutputs, removeInputSynapse, removeListener, removeOutputSynapse, resetInputListeners, revRun, run, setAllInputs, setAllOutputs, setBias, setConnDimensions, setInputDimension, setInputSynapses, setLastInputs, setLastOutputs, setLayerName, setMonitor, setOutputDimension, setOutputSynapses, setRows, start, stop, sumBackInput, sumInput, toString
public RbfLayer()
public RbfLayer(java.lang.String anElemName)
anElemName
- The name of the Layerprotected 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).Submit Feedback to pmarrone@users.sourceforge.net