Class ClusterOnPrechartAlgorithm
- java.lang.Object
-
- org.processmining.lpmsupportedwords.algorithms.ClusterOnPrechartAlgorithm
-
public class ClusterOnPrechartAlgorithm extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClusterOnPrechartAlgorithm()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.processmining.log.models.EventLogArrayclusterOnPrechart(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, DiscoverContextRichLPMsParameters parameters)Sorts a given log into sublogs that each contain all traces with the same prechart of length specified in the parameters.
-
-
-
Method Detail
-
clusterOnPrechart
public static org.processmining.log.models.EventLogArray clusterOnPrechart(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, DiscoverContextRichLPMsParameters parameters)Sorts a given log into sublogs that each contain all traces with the same prechart of length specified in the parameters.- Parameters:
context-log-parameters-- Returns:
-
-