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 |
---|
AbstractFrequentItemsetAlgorithm.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make, makeInstance
public 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
public AbstractFrequentItemsetAlgorithm.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.