Interface MathOperationEvaluator


public interface MathOperationEvaluator
Interface used by the algorithms to evaluate math operations. Should be unified with what is used for the calibrations, once the calibrators will support using other parameters values as inputs
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    evaluate(double[] input)
     
  • Method Details

    • evaluate

      double evaluate(double[] input)