Package | Description |
---|---|
org.processmining.plugins.actitrac | |
org.processmining.plugins.actitrac.algorithm | |
org.processmining.plugins.actitrac.ui |
Modifier and Type | Method and Description |
---|---|
ATCParameters |
ActiTraCClustering.getParameters()
Return the used ATCParameters.
|
Constructor and Description |
---|
ActiTraCClustering(GroupedXLog log,
ClusterTree tree,
ATCParameters parameters,
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings)
Create a new ActiTraCClustering with the given log, tree, parameters and
settings.
|
Modifier and Type | Field and Description |
---|---|
protected ATCParameters |
Clusterer.parameters
The ActiTraC-parameters we have to follow.
|
Constructor and Description |
---|
Clusterer(ATCParameters parameters,
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings)
Create a new Clusterer to process the given GroupedXLog, while taking the
given parameters and settings in account.
|
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)
Create a new GreedyClusterer to process the given XLog, 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)
Create a new GreedyDistanceClusterer 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 | Method and Description |
---|---|
ATCParameters |
ParametersWizard.getATCParameters()
Get the ActiTraC-parameters which the user has entered.
|
ATCParameters |
PanelOne.getMDTCParameters()
Return the parameters that the current state of the panel represent.
|
Constructor and Description |
---|
ClustererEventListenerUI(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
ATCParameters parameters)
Create a new ClustererEventListenerUI for the given UIPluginContext, XLog
and ATCParameters.
|