
V - vector typepublic static class HiCS.Parameterizer<V extends NumberVector<V,?>> 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 Long | 
seed
Random seed (optional) 
 | 
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, 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_IDprivate Long seed
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected HiCS<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer