Class DecayFunction

java.lang.Object
All Implemented Interfaces:
AttributeObject, InterfaceObject, NamedObject, TreeObject, CleanableObject

public class DecayFunction
extends Function
  • Constructor Details

    • DecayFunction

      public DecayFunction()
  • Method Details

    • evaluate

      public double evaluate​(double d)
      Description copied from class: Function
      Evaluate function with a single parameter d
      Specified by:
      evaluate in class Function
      Returns:
      result of the evaluation
    • evaluate

      public double[] evaluate​(double[] d)
      Description copied from class: Function
      Evaluate function with multiple parameters d
      Specified by:
      evaluate in class Function
      Returns:
      result of the evaluation