public abstract class AbstractSamplerFunction extends DoubleFunction implements Sampler<Double>
| Constructor and Description |
|---|
AbstractSamplerFunction() |
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double ignored)
Apply the function to the argument and return the result
|
abstract Double |
sample() |
isDensifyingpublic double apply(double ignored)
apply in class DoubleFunctionignored - Ignored argumentCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.