1 2 3 4 5 6
//! Process Discovery //! //! Process discovery algorithms typically learn process model representations //! from input event data. pub mod case_centric; pub mod object_centric;