org.joone.engine
Class RbfInputSynapse
- java.lang.Object
-
- org.joone.engine.Synapse
-
- org.joone.engine.RbfInputSynapse
-
- All Implemented Interfaces:
- java.io.Serializable, InputPatternListener, Learnable, LearnableSynapse, NeuralElement, OutputPatternListener, Inspectable
public class RbfInputSynapse extends Synapse
The synapse to the input of a radial basis function layer should't provide a single value to every neuron in the output (RBF) layer, as is usual the case. It should provide the outputs of all the input neurons as a vector to every neuron in the radial basis function layer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RbfInputSynapse()Creates a new instance of RbfInputSynapse
-
Method Summary
-
Methods inherited from class org.joone.engine.Synapse
addNoise, canCountSteps, check, fwdGet, fwdPut, getIgnoreBefore, getInputDimension, getLearner, getLearningRate, getMomentum, getMonitor, getName, getOutputDimension, getWeights, init, initLearner, InspectableTitle, Inspections, isEnabled, isInputFull, isLoopBack, isOutputFull, randomize, reset, revGet, revPut, setEnabled, setIgnoreBefore, setInputDimension, setInputFull, setLearningRate, setLoopBack, setMomentum, setMonitor, setName, setOutputDimension, setOutputFull, setWeights
-
-
DataMelt 3.0 © DataMelt by jWork.ORG