Documentation of 'jhpro.nnet.jknnl.ActivationFunctionModel' Java class
ActivationFunctionModel
jhpro.nnet.jknnl

Interface ActivationFunctionModel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      double[] getParamateres()
      Return array of the parameters
      double getValue(double inputValue)
      Return value of the activation function for specified input value.
      void setParameteres(double[] paramateresList)
      Set parameters of the activation function
    • Method Detail

      • setParameteres

        void setParameteres(double[] paramateresList)
        Set parameters of the activation function
        Parameters:
        paramateresList - array contains parameters
      • getParamateres

        double[] getParamateres()
        Return array of the parameters
        Returns:
        array of the parameters
      • getValue

        double getValue(double inputValue)
        Return value of the activation function for specified input value.
        Parameters:
        inputValue - input value of the function
        Returns:
        value of the activation function

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.