| Package | Description |
|---|---|
| org.processmining.experttraceclustering.algorithms | |
| org.processmining.experttraceclustering.dialogs | |
| org.processmining.experttraceclustering.plugins |
| Modifier and Type | Method and Description |
|---|---|
ActiTraCClustering |
Clusterer.getClustering()
Return the ActiTraCClustering resulting from the calculations done by
this object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Clusterer.setClustering(ActiTraCClustering clustering)
Set the resulting ActiTraCClustering of this Clusterer to the given
ActiTraCClustering.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
ActiTraCClusteringVisualiser.visualise(org.processmining.contexts.uitopia.UIPluginContext context,
ActiTraCClustering clustering) |
| Constructor and Description |
|---|
JClusteringInfo(ActiTraCClustering clustering)
Create a new JClusteringInfo-panel that will display some general
information on the given ActiTraCClustering.
|
JClusteringPane(ActiTraCClustering clustering,
JClusteringSidePane clusterinfo)
Create a new JClusteringPane for the given ActiTraCClustering.
|
JClusteringSidePane(org.processmining.framework.plugin.PluginContext context,
ActiTraCClustering clustering)
Create a new JClusteringSidePane for the given clustering, in the given
context.
|
| Modifier and Type | Method and Description |
|---|---|
static ActiTraCClustering |
ActiTraCParallel.main(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
Calls the ActiTraC-plugin.
|
static ActiTraCClustering |
ActiTraCParallelFull.main(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog inputClusteredLog)
Calls the ActiTraC-plugin.
|
static ActiTraCClustering |
ActiTraCParallelSelfSemi.main(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
Calls the ActiTraC-plugin.
|
static ActiTraCClustering |
CoActiTraCParallel.main(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
Calls the ActiTraC-plugin.
|
static ActiTraCClustering |
ActiTraCParallelSeeded.main(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.model.XLog seedlog)
Calls the ActiTraC-plugin.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
ActiTraCClusteringVisualiser.visualise(org.processmining.contexts.uitopia.UIPluginContext context,
ActiTraCClustering clustering) |