public class BlendingParams extends water.Iced<BlendingParams>
| Constructor and Description |
|---|
BlendingParams(double inflectionPoint,
double smoothing) |
| Modifier and Type | Method and Description |
|---|---|
double |
getInflectionPoint()
The inflection point of the sigmoid used as a shrinking factor.
|
double |
getSmoothing()
The smoothing factor, i.e.
|
public double getInflectionPoint()
public double getSmoothing()