Learn R Programming

processpredictR (version 0.1.0)

max_case_length: 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)

Value

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

Arguments

processed_df

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

Examples

Run this code
library(processpredictR)
library(eventdataR)

df <- prepare_examples(patients)
max_case_length(df)

Run the code above in your browser using DataLab