public class InputNeuron extends Neuron
delta, inputConnections, inputFunction, outConnections, output, parentLayer, totalInput, transferFunction
Constructor and Description |
---|
InputNeuron()
Creates a new instance of InputNeuron with linear transfer function
|
Modifier and Type | Method and Description |
---|---|
void |
calculate()
Calculate method of this type of neuron does nothing
|
double |
getOutput()
Returns neuron's output
|
addInputConnection, addInputConnection, addInputConnection, addOutputConnection, clone, getConnectionFrom, getDelta, getInputConnections, getInputFunction, getLabel, getNetInput, getOutConnections, getParentLayer, getTransferFunction, getWeights, hasInputConnectionFrom, hasInputConnections, hasOutputConnectionTo, initializeWeights, removeAllConnections, removeAllInputConnections, removeAllOutputConnections, removeInputConnection, removeInputConnectionFrom, removeOutputConnection, removeOutputConnectionTo, reset, setDelta, setInput, setInputFunction, setLabel, setOutput, setParentLayer, setTransferFunction
Copyright © 2019 Neuroph Project. All rights reserved.