Crate process_mining
source ·Expand description
§Process Mining
process_mining
is a collection of functions, structs and utilitities related to Process Mining
Modules§
- Module for the Alpha+++ Process Discovery algorithm
- Module for Event Logs (traditional and OCEL)
- Module for Petri nets
Structs§
- Event log consisting of a list of Traces and log Attributes
- Object-centric Event Log
- Options for XES Import
Functions§
- Add artificial start and end activities to a given EventLog
- Add artificial start and end activities to a given EventLogActivityProjection
- Discover a PetriNet using the Alpha+++ Process Discovery algorithm
- Import an OCEL2 XML file from the given reader
- Import an OCEL2 XML from a filepath
- Import an OCEL2 XML from a byte slice
- Import a XES EventLog from a file path
- Import a XES EventLog from a byte slice (&[u8])