Package elki.itemsetmining
Class APRIORI.Par
- java.lang.Object
-
- elki.itemsetmining.AbstractFrequentItemsetAlgorithm.Par
-
- elki.itemsetmining.APRIORI.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- APRIORI
public static class APRIORI.Par extends AbstractFrequentItemsetAlgorithm.Par
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.itemsetmining.AbstractFrequentItemsetAlgorithm.Par
maxlength, MAXLENGTH_ID, minlength, MINLENGTH_ID, minsupp, MINSUPP_ID
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APRIORI
make()
Make an instance after successful configuration.-
Methods inherited from class elki.itemsetmining.AbstractFrequentItemsetAlgorithm.Par
configure
-
-
-
-
Method Detail
-
make
public APRIORI make()
Description copied from interface:Parameterizer
Make an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Object
as return type.- Returns:
- a new instance
-
-