public static class SigniTrendChangeDetection.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
private double |
bias
Bias for small values.
|
static OptionID |
BIAS_ID
Bias adjustment for chance
|
private double |
halflife
Half-life aging parameter.
|
static OptionID |
HALFLIFE_ID
Parameter for half-life aging.
|
private double |
minsigma
Minimum sigma to report.
|
static OptionID |
MINSIGMA_ID
Sigma reporting threshold.
|
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected SigniTrendChangeDetection |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID HALFLIFE_ID
public static final OptionID BIAS_ID
public static final OptionID MINSIGMA_ID
private double halflife
private double bias
private double minsigma
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected SigniTrendChangeDetection makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.