public static class DOC.Parameterizer<V extends NumberVector> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected double |
alpha
Relative density threshold parameter Alpha.
|
static OptionID |
ALPHA_ID
Relative density threshold parameter Alpha.
|
protected double |
beta
Balancing parameter for importance of points vs. dimensions
|
static OptionID |
BETA_ID
Balancing parameter for importance of points vs. dimensions
|
protected int |
d_zero
Stopping threshold for FastDOC.
|
static OptionID |
D_ZERO_ID
Stopping threshold for FastDOC.
|
protected boolean |
heuristics
Parameter to enable FastDOC heuristics.
|
static OptionID |
HEURISTICS_ID
Parameter to enable FastDOC heuristics.
|
protected RandomFactory |
random
Random seeding factory.
|
static OptionID |
RANDOM_ID
Random seeding parameter.
|
protected double |
w
Half width parameter.
|
static OptionID |
W_ID
Half width parameter.
|
Constructor and Description |
---|
DOC.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected DOC<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID ALPHA_ID
public static final OptionID BETA_ID
public static final OptionID W_ID
public static final OptionID HEURISTICS_ID
public static final OptionID D_ZERO_ID
public static final OptionID RANDOM_ID
protected double alpha
protected double beta
protected double w
protected boolean heuristics
protected int d_zero
protected RandomFactory random
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected DOC<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.