Class | Description |
---|---|
CentralRegistry |
The Central Registry is the central class that keeps track of (or contains a
reference to) the event log, the event log info, the known event classes and
the tree fitness values.
|
CentralRegistryConfigurable | |
ETM |
Basic ETM algorithm class that searches for a process tree that score best on
a single dimension.
|
ETMAbstract<R> |
Abstract implementation of the ETM algorithm which can be implemented by
certain more specific ETM algorithms.
|
ETMPareto |
Implementation of the ETM algorithm that results in a Pareto Front of
Tree s. |