com.aelitis.azureus.core.neuronal
Interface ActivationFunction

All Known Implementing Classes:
LogisticActivationFunction

public interface ActivationFunction


Method Summary
 double getDerivedFunctionValueFor(double x)
           
 double getValueFor(double x)
           
 

Method Detail

getValueFor

double getValueFor(double x)

getDerivedFunctionValueFor

double getDerivedFunctionValueFor(double x)