public interface ItemsetsFinder
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Itemset> |
generate(Base base,
int minTime)
Method invoked, must contain the algorithm in charge of finding
the itemsets
|