com.aelitis.azureus.core.neuronal
Class LogisticActivationFunction
java.lang.Object
com.aelitis.azureus.core.neuronal.LogisticActivationFunction
- All Implemented Interfaces:
- ActivationFunction
public class LogisticActivationFunction
- extends Object
- implements ActivationFunction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogisticActivationFunction
public LogisticActivationFunction()
getDerivedFunctionValueFor
public double getDerivedFunctionValueFor(double x)
- Specified by:
getDerivedFunctionValueFor
in interface ActivationFunction
getValueFor
public double getValueFor(double x)
- Specified by:
getValueFor
in interface ActivationFunction