Package elki.itemsetmining
Class Eclat.Par
- java.lang.Object
-
- elki.itemsetmining.AbstractFrequentItemsetAlgorithm.Par
-
- elki.itemsetmining.Eclat.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- Eclat
public static class Eclat.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 Eclat
make()
Make an instance after successful configuration.-
Methods inherited from class elki.itemsetmining.AbstractFrequentItemsetAlgorithm.Par
configure
-
-
-
-
Method Detail
-
make
public Eclat 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
-
-