Package | Description |
---|---|
org.processmining.plugins.actitrac.algorithm | |
org.processmining.plugins.actitrac.ui |
Modifier and Type | Method and Description |
---|---|
void |
Clusterer.addClusterEventListener(ClustererEventListener l)
Adds the given ClustererEventListener to this Clusterer.
|
Constructor and Description |
---|
Clusterer(ATCParameters parameters,
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings,
ClustererEventListener l)
Create a new Clusterer to process the given GroupedXLog, while taking the
given parameters and settings in account.
|
GreedyClusterer(org.deckfour.xes.model.XLog log,
ATCParameters parameters,
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings,
ClustererEventListener l)
Create a new GreedyClusterer to process the given XLog, while taking the
given parameters and settings in account.
|
GreedyDistanceClusterer(org.deckfour.xes.model.XLog log,
ATCParameters parameters,
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings,
ClustererEventListener l)
Create a new GreedyDistanceClusterer to process the given XLog, while
taking the given parameters and settings in account.
|
Modifier and Type | Class and Description |
---|---|
class |
ClustererEventListenerUI
This implementation of a ClustererEventListener forms a bridge between a
Clusterer object and a UIPluginContext.
|