public class CaseClusteringPlugin
extends java.lang.Object
Constructor and Description |
---|
CaseClusteringPlugin() |
Modifier and Type | Method and Description |
---|---|
CaseClustering |
doClusteringPublic(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog eventlog)
Clusters the cases in the event log with Markov clustering, using default
parameters.
|
CaseClustering |
doClusteringPublic(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog eventlog,
CaseClusteringParameters parameters)
Clusters the cases in the event log with Markov clustering, using the
given parameters.
|
public CaseClustering doClusteringPublic(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog)
context
- The UI plug-in contexteventlog
- The event log to clusterpublic CaseClustering doClusteringPublic(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog, CaseClusteringParameters parameters)
context
- The UI plug-in contexteventlog
- The event log to clusterparameters
- The parameters for the case clustering algorithm