public static class CLIQUE.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
prune
Pruning flag. 
 | 
static OptionID | 
PRUNE_ID
Flag to indicate that only subspaces with large coverage (i.e. the
 fraction of the database that is covered by the dense units) are
 selected, the rest will be pruned. 
 | 
protected double | 
tau
Density threshold / selectivity. 
 | 
static OptionID | 
TAU_ID
Parameter to specify the density threshold for the selectivity of a unit,
 where the selectivity is the fraction of total feature vectors contained
 in this unit, must be a double greater than 0 and less than 1. 
 | 
protected int | 
xsi
Number of intervals in each dimension. 
 | 
static OptionID | 
XSI_ID
Parameter to specify the number of intervals (units) in each dimension,
 must be an integer greater than 0. 
 | 
| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CLIQUE | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID XSI_ID
public static final OptionID TAU_ID
public static final OptionID PRUNE_ID
protected int xsi
protected double tau
protected boolean prune
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected CLIQUE makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.