# Generated by roxygen2: do not edit by hand

S3method(compile,ppred_model)
S3method(confusion_matrix,ppred_predictions)
S3method(create_model,ppred_examples_df)
S3method(evaluate,ppred_model)
S3method(fit,ppred_model)
S3method(plot,ppred_predictions)
S3method(predict,ppred_model)
S3method(prepare_examples,activitylog)
S3method(prepare_examples,eventlog)
S3method(print,ppred_model)
S3method(print,remaining_trace2_model)
S3method(split_train_test,ppred_examples_df)
S3method(stack_layers,ppred_model)
S3method(tokenize,ppred_examples_df)
export("%>%")
export(compile)
export(confusion_matrix)
export(create_model)
export(create_vocabulary)
export(evaluate)
export(fit)
export(max_case_length)
export(num_outputs)
export(predict)
export(prepare_examples)
export(split_train_test)
export(stack_layers)
export(tokenize)
export(vocab_size)
import(bupaR)
import(dplyr)
import(ggplot2)
import(keras)
import(progress)
import(tensorflow)
import(tidyr)
importFrom(cli,cli_abort)
importFrom(data.table,":=")
importFrom(data.table,.GRP)
importFrom(data.table,.N)
importFrom(data.table,as.data.table)
importFrom(data.table,shift)
importFrom(edeaR,end_activities)
importFrom(edeaR,trace_length)
importFrom(glue,glue)
importFrom(keras,compile)
importFrom(keras,evaluate)
importFrom(keras,fit)
importFrom(keras,pad_sequences)
importFrom(magrittr,"%>%")
importFrom(mltools,one_hot)
importFrom(plotly,ggplotly)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(reticulate,source_python)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split)
importFrom(tidyselect,where)
