public static class GeneralizedLogisticDistribution.Parameterizer extends AbstractDistribution.Parameterizer
Modifier and Type | Field and Description |
---|---|
(package private) double |
location
Parameters.
|
(package private) double |
scale
Parameters.
|
(package private) double |
shape
Parameters.
|
LOCATION_ID, RANDOM_ID, rnd, SCALE_ID, SHAPE_ID
Constructor and Description |
---|
GeneralizedLogisticDistribution.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected GeneralizedLogisticDistribution |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
double location
double scale
double shape
public GeneralizedLogisticDistribution.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistribution.Parameterizer
config
- Parameterization to add options to.protected GeneralizedLogisticDistribution makeInstance()
AbstractParameterizer
makeInstance
in class AbstractDistribution.Parameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.