create_vocabulary {processpredictR} | R Documentation |
Create a vocabulary
Description
Creates a vocabulary of activities and outcome labels.
Usage
create_vocabulary(processed_df)
Arguments
processed_df |
A preprocessed object of type |
Value
A list
consisting of:
-
"keys_x"
:list
of activity labels -
"keys_y"
:list
of outcome labels (none for tasks"next_time"
and"remaining_time"
)
[Package processpredictR version 0.1.0 Index]