pm4py.algo.conformance.footprints.util.tree_visualization module#

class pm4py.algo.conformance.footprints.util.tree_visualization.Outputs(*values)[source]#

Bases: Enum

DFG = 'dfg'#
SEQUENCE = 'sequence'#
PARALLEL = 'parallel'#
START_ACTIVITIES = 'start_activities'#
END_ACTIVITIES = 'end_activities'#
ACTIVITIES = 'activities'#
SKIPPABLE = 'skippable'#
ACTIVITIES_ALWAYS_HAPPENING = 'activities_always_happening'#
MIN_TRACE_LENGTH = 'min_trace_length'#
TRACE = 'trace'#
pm4py.algo.conformance.footprints.util.tree_visualization.apply(tree, conf_results, parameters=None)[source]#

Projects conformance results on top of the process tree

Parameters:
  • tree – Process tree

  • conf_results – Conformance results (footprints on the entire log vs entire model)

  • parameters – Parameters of the algorithm

Returns:

Color map to be provided to the visualization

Return type:

color_map