num_outputs | R Documentation |
Calculate number of outputs (target variables)
num_outputs(processed_df)
processed_df |
A processed dataset of class |
an integer
number of outputs for supplying as an argument to a Transformer model, i.e. number of unique labels for a specific process monitoring task.
library(processpredictR) library(eventdataR) df <- prepare_examples(patients) num_outputs(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.