|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--saaps.ann.mlff.Neuron | +--saaps.ann.mlff.LinNeuron
Implementation of the linear neuron.
Constructor Summary | |
LinNeuron()
Creates new LinNeuron |
|
LinNeuron(Weights w)
Create a linear neuron from a set of weights and bias. |
Method Summary | |
Data |
transFun(Data x)
The linear transfer function. |
Methods inherited from class saaps.ann.mlff.Neuron |
getOutput,
setInput |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public LinNeuron()
public LinNeuron(Weights w)
w
- The weights and biasMethod Detail |
public Data transFun(Data x)
x
- The input to the transfer function
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |