max_case_length: Calculate the maximum length of a case / number of activities...

View source: R/max_case_length.R

max_case_lengthR Documentation

Calculate the maximum length of a case / number of activities in the longest trace in an event log

Description

Calculate the maximum length of a case / number of activities in the longest trace in an event log

Usage

max_case_length(processed_df)

Arguments

processed_df

A processed dataset of class ppred_examples_df returned by prepare_examples().

Value

An integer number of the maximum case length (longest trace) in an event log.

Examples

library(processpredictR)
library(eventdataR)

df <- prepare_examples(patients)
max_case_length(df)


processpredictR documentation built on Jan. 18, 2023, 1:09 a.m.