Documentation of 'org.ddogleg.optimization.CallCounterStoS' Java class
CallCounterStoS
org.ddogleg.optimization

Class CallCounterStoS

  • All Implemented Interfaces:
    FunctionStoS


    public class CallCounterStoS
    extends java.lang.Object
    implements FunctionStoS
    Wraps around a function and counts the number of times it processes an input.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double process(double input)
      Processes the input to compute an output.
      • Methods inherited from class java.lang.Object

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

      • CallCounterStoS

        public CallCounterStoS(FunctionStoS func)
    • Method Detail

      • process

        public double process(double input)
        Description copied from interface: FunctionStoS
        Processes the input to compute an output.
        Specified by:
        process in interface FunctionStoS
        Parameters:
        input - input parameter
        Returns:
        output value

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.