com.aelitis.azureus.core.neuronal
Class LogisticActivationFunction

java.lang.Object
  extended by com.aelitis.azureus.core.neuronal.LogisticActivationFunction
All Implemented Interfaces:
ActivationFunction

public class LogisticActivationFunction
extends java.lang.Object
implements ActivationFunction


Constructor Summary
LogisticActivationFunction()
           
 
Method Summary
 double getDerivedFunctionValueFor(double x)
           
 double getValueFor(double x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogisticActivationFunction

public LogisticActivationFunction()
Method Detail

getDerivedFunctionValueFor

public double getDerivedFunctionValueFor(double x)
Specified by:
getDerivedFunctionValueFor in interface ActivationFunction

getValueFor

public double getValueFor(double x)
Specified by:
getValueFor in interface ActivationFunction