Learn R Programming

processpredictR (version 0.1.0)

create_vocabulary: Create a vocabulary

Description

Creates a vocabulary of activities and outcome labels.

Usage

create_vocabulary(processed_df)

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")

Arguments

processed_df

A preprocessed object of type ppred_examples_df returned by prepare_examples().