Neuroph

org.neuroph.contrib
Class IACFunction

java.lang.Object
  extended by org.neuroph.core.transfer.TransferFunction
      extended by org.neuroph.contrib.IACFunction
All Implemented Interfaces:
java.io.Serializable

public class IACFunction
extends TransferFunction

Transfer function for Neuron in Interactive Activation Neural Network.

See Also:
IACNetwork, IACNeuron, Serialized Form

Constructor 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

IACFunction

public IACFunction()
Method Detail

getOutput

public double getOutput(double netInput,
                        double output)

getOutput

public double getOutput(double netInput)
Description copied from class: TransferFunction
Returns the ouput of this function.

Specified by:
getOutput in class TransferFunction
Parameters:
netInput - net input

Neuroph