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

Class GaussFunctionalFactor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double[] getParameters()
      Return array containing parameter r - radius
      double getValue(int k)
      Return value calculated by function describe as exp(-(k^2))/(2*r^2))
      void setParameters(double[] parameters)
      Set parameters.
      • Methods inherited from class java.lang.Object

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

      • GaussFunctionalFactor

        public GaussFunctionalFactor()
    • Method Detail

      • getValue

        public double getValue(int k)
        Return value calculated by function describe as exp(-(k^2))/(2*r^2))
        Specified by:
        getValue in interface LearningFactorFunctionalModel
        Parameters:
        k - iteration
        Returns:
        value of function factor

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.