public static class ChiSquaredDistribution.Parameterizer extends AbstractDistribution.Parameterizer
Modifier and Type | Field and Description |
---|---|
(package private) double |
dof
Parameters.
|
static OptionID |
DOF_ID
Degrees of freedom parameter.
|
LOCATION_ID, RANDOM_ID, rnd, SCALE_ID, SHAPE_ID
Constructor and Description |
---|
ChiSquaredDistribution.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected ChiSquaredDistribution |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID DOF_ID
double dof
public ChiSquaredDistribution.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistribution.Parameterizer
config
- Parameterization to add options to.protected ChiSquaredDistribution 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.