|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.core.transfer.TransferFunction
org.neuroph.contrib.IACFunction
public class IACFunction
Transfer function for Neuron in Interactive Activation Neural Network.
IACNetwork
,
IACNeuron
,
Serialized FormConstructor Summary | |
---|---|
IACFunction()
|
Method Summary | |
---|---|
double |
getOutput(double netInput)
Returns the ouput of this function. |
double |
getOutput(double netInput,
double output)
|
Methods inherited from class org.neuroph.core.transfer.TransferFunction |
---|
getDerivative, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IACFunction()
Method Detail |
---|
public double getOutput(double netInput, double output)
public double getOutput(double netInput)
TransferFunction
getOutput
in class TransferFunction
netInput
- net input
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |