Package io.virtdata.continuous.common
Class RealIntDoubleSampler
- java.lang.Object
-
- io.virtdata.continuous.common.RealIntDoubleSampler
-
- All Implemented Interfaces:
java.util.function.IntToDoubleFunction
public class RealIntDoubleSampler extends java.lang.Object implements java.util.function.IntToDoubleFunction
-
-
Constructor Summary
Constructors Constructor Description RealIntDoubleSampler(java.util.function.DoubleUnaryOperator parentFunc, boolean hash, boolean clamp, double clampMax)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleapplyAsDouble(int input)
-