
V - vector typepublic static class HiCS.Parameterizer<V extends NumberVector<?>> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| static OptionID | ALGO_IDParameter that specifies which outlier detection algorithm to use on the
 resulting set of high contrast subspaces. | 
| private double | alphaHolds the value of  ALPHA_ID. | 
| static OptionID | ALPHA_IDParameter that determines the size of the test statistic during the
 Monte-Carlo iteration. | 
| private int | cutoffHolds the value of  LIMIT_ID. | 
| static OptionID | LIMIT_IDParameter that specifies the candidate_cutoff. | 
| private int | mHolds the value of  M_ID. | 
| static OptionID | M_IDParameter that specifies the number of iterations in the Monte-Carlo
 process of identifying high contrast subspaces. | 
| private OutlierAlgorithm | outlierAlgorithmHolds the value of  ALGO_ID. | 
| private RandomFactory | rndRandom generator. | 
| static OptionID | SEED_IDParameter that specifies the random seed. | 
| private GoodnessOfFitTest | statTestHolds the value of  TEST_ID. | 
| static OptionID | TEST_IDParameter 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, makepublic 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)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected HiCS<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer