pm4py.algo.discovery.powl.inductive.variants.brute_force.bf_partial_order_cut module#

pm4py.algo.discovery.powl.inductive.variants.brute_force.bf_partial_order_cut.remove(blocks, g)[source]#
pm4py.algo.discovery.powl.inductive.variants.brute_force.bf_partial_order_cut.contains(blocks, g)[source]#
pm4py.algo.discovery.powl.inductive.variants.brute_force.bf_partial_order_cut.xor(a, b)[source]#
pm4py.algo.discovery.powl.inductive.variants.brute_force.bf_partial_order_cut.get_partitions_of_size_k(nodes, k=None)[source]#
pm4py.algo.discovery.powl.inductive.variants.brute_force.bf_partial_order_cut.partition(collection)[source]#
pm4py.algo.discovery.powl.inductive.variants.brute_force.bf_partial_order_cut.generate_order(parts, efg)[source]#
pm4py.algo.discovery.powl.inductive.variants.brute_force.bf_partial_order_cut.is_valid_order(po, dfg_graph, efg)[source]#
class pm4py.algo.discovery.powl.inductive.variants.brute_force.bf_partial_order_cut.BruteForcePartialOrderCut[source]#

Bases: Cut[T], ABC, Generic[T]

classmethod operator(parameters: Dict[str, Any] | None = None) StrictPartialOrder[source]#
classmethod holds(obj: T, parameters: Dict[str, Any] | None = None) BinaryRelation | None[source]#
classmethod apply(obj: T, parameters: Dict[str, Any] | None = None) Tuple[StrictPartialOrder, List[POWL]] | None[source]#
class pm4py.algo.discovery.powl.inductive.variants.brute_force.bf_partial_order_cut.BruteForcePartialOrderCutUVCL[source]#

Bases: BruteForcePartialOrderCut[IMDataStructureUVCL]

classmethod project(obj: IMDataStructureUVCL, groups: List[Collection[Any]], parameters: Dict[str, Any] | None = None) List[IMDataStructureUVCL][source]#

Projection of the given data object (Generic type T). Returns a corresponding process tree and the projected sub logs according to the identified groups. A precondition of the project function is that it holds on the object for the given Object