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, make
public static final OptionID MINSUPP_ID
protected double minsupp
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected APRIORI makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.