-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
export(Baum)
export(C_hat)
export(Gabel)
export(R_hat)
export(R_min)
export(as_list_Gabel)
export(bagging)
export(cart_greedy)
export(cart_greedy_prune)
export(cart_grid)
export(cart_part)
export(cart_predict)
export(cart_predict_pruned)
export(cart_prune)
export(generate_mult_data)
export(generate_sin_2D)
export(generate_sin_data)
export(load_iris)
export(pred_plot_bagging)
export(pred_plot_bagging_class)
export(pred_plot_greedy)
export(pred_plot_greedy_class)
export(pred_plot_iris_class)
export(pred_plot_pruning)
export(pred_plot_rf)
export(pred_plot_sine2D)
export(prepare_iris)
export(start_shiny_app)
import(RColorBrewer)
import(bbplot)
import(dplyr)
import(ggplot2)
import(grid)
import(mvtnorm)
import(parallel)
import(rayshader)
import(shiny, except = runExample)
import(shinydashboard)
import(shinyjs, except = runExample)
import(stringr)
import(tidyr)
importFrom(grDevices,colorRampPalette)
importFrom(gridExtra,grid.arrange)
importFrom(utils,head)
importFrom(utils,tail)