| Interface | Description |
|---|---|
| ItemsetsFinder |
Interface used for all the algorithm in charge of finding itemsets.
|
| Class | Description |
|---|---|
| BasicItemsetsFinder |
Abstract Implementation of ItemsetsFinder.
|
| BlockMerger |
Used to merge Blocks between each others.
|
| OptimizedItemsetsFinder |
An optimised linear version of the LCM algorithm.
|
| Solver |
Manager that handles all the core logic of the application.
|