V
- vector typepublic static class HiCS.Parameterizer<V extends NumberVector> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
ALGO_ID
Parameter that specifies which outlier detection algorithm to use on the
resulting set of high contrast subspaces.
|
private double |
alpha
Holds the value of
ALPHA_ID . |
static OptionID |
ALPHA_ID
Parameter that determines the size of the test statistic during the
Monte-Carlo iteration.
|
private int |
cutoff
Holds the value of
LIMIT_ID . |
static OptionID |
LIMIT_ID
Parameter that specifies the candidate_cutoff.
|
private int |
m
Holds the value of
M_ID . |
static OptionID |
M_ID
Parameter that specifies the number of iterations in the Monte-Carlo
process of identifying high contrast subspaces.
|
private OutlierAlgorithm |
outlierAlgorithm
Holds the value of
ALGO_ID . |
private RandomFactory |
rnd
Random generator.
|
static OptionID |
SEED_ID
Parameter that specifies the random seed.
|
private GoodnessOfFitTest |
statTest
Holds the value of
TEST_ID . |
static OptionID |
TEST_ID
Parameter that specifies which statistical test to use in order to
calculate the deviation of two given data samples.
|
Constructor and Description |
---|
HiCS.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected HiCS<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID M_ID
public static final OptionID ALPHA_ID
public static final OptionID ALGO_ID
public static final OptionID TEST_ID
public static final OptionID LIMIT_ID
public static final OptionID SEED_ID
private int m
M_ID
.private double alpha
ALPHA_ID
.private OutlierAlgorithm outlierAlgorithm
ALGO_ID
.private GoodnessOfFitTest statTest
TEST_ID
.private int cutoff
LIMIT_ID
.private RandomFactory rnd
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected HiCS<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.