com.flaptor.hist4j
Interface AdaptiveHistogram.ValueConversion

Enclosing class:
AdaptiveHistogram

protected static interface AdaptiveHistogram.ValueConversion

Auxiliary interface for inline functor object.


Method Summary
 float convertValue(float value)
          This method should implement the conversion function.
 

Method Detail

convertValue

float convertValue(float value)
This method should implement the conversion function.

Parameters:
value - the input value.
Returns:
the resulting converted value.