public abstract static class AbstractFrequentItemsetAlgorithm.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
maxlength
Parameter for minimum and maximum length. 
 | 
static OptionID | 
MAXLENGTH_ID
Parameter to specify the maximum itemset length. 
 | 
protected int | 
minlength
Parameter for minimum and maximum length. 
 | 
static OptionID | 
MINLENGTH_ID
Parameter to specify the minimum itemset length. 
 | 
protected double | 
minsupp
Parameter for minimum support. 
 | 
static OptionID | 
MINSUPP_ID
Parameter to specify the minimum support, in absolute or relative terms. 
 | 
| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, make, makeInstancepublic static final OptionID MINSUPP_ID
public static final OptionID MINLENGTH_ID
public static final OptionID MAXLENGTH_ID
protected double minsupp
protected int minlength
protected int maxlength
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.Copyright © 2019 ELKI Development Team. License information.