-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
60 lines (59 loc) · 1.52 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 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(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(eventdataR)
import(ggplot2)
import(keras)
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_chr)
importFrom(reticulate,source_python)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_split)
importFrom(tidyselect,where)