Interface | Description |
---|---|
Detector |
An interface representing a Detector.
|
MultiDetector |
Defines the structure of a Detector which need all the found itemsets to
work
|
SingleDetector |
Defines the structure of a Detector which need an itemset to work
|
Class | Description |
---|---|
ClosedSwarmDetector |
In charge of detecting closedSwarms
A closed swarm is a pattern that has the same transactions across the clusters.
|
ConvergentDetector |
In charge of detecting Convergent patterns
A convergeant pattern is when more and more transactions are joining across a period of time
|
ConvoyDetector |
In charge of detecting convoys
A convoy is a pattern when a set of transactions are together across consecutive,
incremental times.
|
DivergentDetector |
In charge of detecting Divergent patterns
A divergent pattern is when from a defined set of transactions, these transactions diverge
over time(forming a tree).
|
GroupPatternDetector |
Note: not implemented yet
|