-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,neuralGAM)
S3method(plot,neuralGAM)
S3method(predict,neuralGAM)
S3method(print,neuralGAM)
S3method(summary,neuralGAM)
export(autoplot)
export(install_neuralGAM)
export(neuralGAM)
importFrom(formula.tools,lhs)
importFrom(formula.tools,rhs)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_axis)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_discrete)
importFrom(gridExtra,grid.arrange)
importFrom(keras,compile)
importFrom(keras,fit)
importFrom(keras,install_keras)
importFrom(keras,keras_model_sequential)
importFrom(keras,layer_dense)
importFrom(keras,optimizer_adam)
importFrom(magrittr,"%>%")
importFrom(reticulate,conda_binary)
importFrom(reticulate,conda_create)
importFrom(reticulate,conda_list)
importFrom(reticulate,install_miniconda)
importFrom(reticulate,py_available)
importFrom(reticulate,py_config)
importFrom(reticulate,py_module_available)
importFrom(reticulate,use_condaenv)
importFrom(stats,as.formula)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(tensorflow,install_tensorflow)
importFrom(tensorflow,set_random_seed)