Documentation of 'org.neuroph.core.transfer.TransferFunction' Java class
TransferFunction
org.neuroph.core.transfer

Class TransferFunction

    • Constructor Summary

      Constructors 
      Constructor and Description
      TransferFunction() 
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      double getDerivative(double totalInput)
      Returns the first derivative of this function.
      abstract double getOutput(double totalInput)
      Returns the ouput of this function.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransferFunction

        public TransferFunction()
    • Method Detail

      • getOutput

        public abstract double getOutput(double totalInput)
        Returns the ouput of this function.
        Parameters:
        totalInput - total input
      • getDerivative

        public double getDerivative(double totalInput)
        Returns the first derivative of this function. Note: should this method should be abstract?
        Parameters:
        totalInput - total input

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.