Class UnsetIfCloseTo

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_double.to_unset.UnsetIfCloseTo
All Implemented Interfaces:
DoubleFunction<Object>

public class UnsetIfCloseTo extends Object implements DoubleFunction<Object>
Yield VALUE.unset if the input value is close to the specified value by the sigma threshold. Otherwise, pass the input value along.
  • Constructor Details

    • UnsetIfCloseTo

      public UnsetIfCloseTo(double compareto, double sigma)
  • Method Details