Class ClusterOnPrechartAlgorithm


  • public class ClusterOnPrechartAlgorithm
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClusterOnPrechartAlgorithm

        public ClusterOnPrechartAlgorithm()
    • 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: