org.neuroph.nnet.comp.neuron
Class InputNeuron
- java.lang.Object
-
- org.neuroph.core.Neuron
-
- org.neuroph.nnet.comp.neuron.InputNeuron
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class InputNeuron extends Neuron
Provides input neuron behaviour - neuron with input extranaly set, which just transfer that input to output without change. Its purporse is to distribute its input to all neurons it is connected to. It has no input connections- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InputNeuron()Creates a new instance of InputNeuron with linear transfer function
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcalculate()Calculate method of this type of neuron does nothingdoublegetOutput()Returns neuron's output-
Methods inherited from class org.neuroph.core.Neuron
addInputConnection, addInputConnection, addInputConnection, clone, getConnectionFrom, getDelta, getError, getInputConnections, getInputFunction, getLabel, getNetInput, getOutConnections, getParentLayer, getTransferFunction, getWeights, hasInputConnectionFrom, hasInputConnections, hasOutputConnectionTo, initializeWeights, removeAllConnections, removeAllInputConnections, removeAllOutputConnections, removeInputConnectionFrom, removeOutputConnectionTo, reset, setDelta, setError, setInput, setInputFunction, setLabel, setOutput, setParentLayer, setTransferFunction
-
-
DMelt 3.0 © DataMelt by jWork.ORG