max_case_length {processpredictR}R 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)


[Package processpredictR version 0.1.0 Index]