Interface AdaptiveHistogram.ValueConversion

Enclosing class:
AdaptiveHistogram

protected static interface AdaptiveHistogram.ValueConversion
Auxiliary interface for inline functor object.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    double
    convertValue(double value)
    This method should implement the conversion function.
  • Method Details Link icon

    • convertValue Link icon

      double convertValue(double value)
      This method should implement the conversion function.
      Parameters:
      value - the input value.
      Returns:
      the resulting converted value.