|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.core.Neuron
org.neuroph.contrib.IACNeuron
public class IACNeuron
Neuron for Interactive Activation Neural Network.
IACNetwork
,
Serialized FormField Summary |
---|
Fields inherited from class org.neuroph.core.Neuron |
---|
error, inputConnections, inputFunction, netInput, outConnections, output, parentLayer, transferFunction |
Constructor Summary | |
---|---|
IACNeuron()
|
Method Summary | |
---|---|
void |
calculate()
Calculates neuron output |
void |
setInput(double input)
Sets total net input for this cell |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IACNeuron()
Method Detail |
---|
public void setInput(double input)
setInput
in class Neuron
input
- input valuepublic void calculate()
calculate
in class Neuron
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |