process_mining 0.5.5

Process Mining library for working with (object-centric) event data
Documentation
1
2
3
4
5
6
//! Process Analysis
//!
//! This module contains techniques related to the analysis of event data or other process artifacts.

pub mod case_centric;
pub mod object_centric;