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

Class CallCounterNtoN

  • All Implemented Interfaces:
    FunctionNtoN


    public class CallCounterNtoN
    extends java.lang.Object
    implements FunctionNtoN
    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
      int getN()
      Returns the number of inputs and outputs for this function.
      void process(double[] input, double[] output)
      Processes the function.
      • Methods inherited from class java.lang.Object

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

      • CallCounterNtoN

        public CallCounterNtoN(FunctionNtoN func)
    • Method Detail

      • getN

        public int getN()
        Description copied from interface: FunctionNtoN
        Returns the number of inputs and outputs for this function.
        Specified by:
        getN in interface FunctionNtoN
      • process

        public void process(double[] input,
                            double[] output)
        Description copied from interface: FunctionNtoN
        Processes the function.
        Specified by:
        process in interface FunctionNtoN
        Parameters:
        input - Array with the inputs of length N. Not modified.
        output - Array for storing the output of length N. Modified.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.