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

Class ConstantFunctionalFactor

    • Constructor Summary

      Constructors 
      Constructor and Description
      ConstantFunctionalFactor(double constant)
      Creates a new instance of ConstatnFunctionalModel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double[] getParameters()
      Return array containing parameter
      double getValue(int k)
      Return function value for specified iteration.
      void setParameters(double[] parameters)
      Set parameter
      • Methods inherited from class java.lang.Object

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

      • ConstantFunctionalFactor

        public ConstantFunctionalFactor(double constant)
        Creates a new instance of ConstatnFunctionalModel
        Parameters:
        constant - constant value
    • Method Detail

      • getValue

        public double getValue(int k)
        Return function value for specified iteration. Value is independent of the iteration and is the same as parameters
        Specified by:
        getValue in interface LearningFactorFunctionalModel
        Parameters:
        k - iteration number
        Returns:
        value of function factor

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.