Class UnsetIfCloseTo
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_double.to_unset.UnsetIfCloseTo
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
UnsetIfCloseTo
public UnsetIfCloseTo(double compareto, double sigma)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceDoubleFunction<Object>
-