public class BoundedExponentialFunction extends Object implements Function<Integer,Double>
Function. If not
configured, Function.identity() will be used.
f(x) = dispersant(m * b ^ x) where b between(minExponent, maxExponent).
| Constructor and Description |
|---|
BoundedExponentialFunction(double base,
int minExponent,
int maxExponent,
double multiplier) |
BoundedExponentialFunction(double base,
int minExponent,
int maxExponent,
double multiplier,
Function<Double,Double> dispersant) |
Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.