
public static class APRIORI.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
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 APRIORI |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID MINSUPP_ID
protected double minsupp
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected APRIORI makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.