-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathNAMESPACE
134 lines (133 loc) · 3.87 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Generated by roxygen2: do not edit by hand
S3method(get_model_specs,Arima)
S3method(get_model_specs,ar)
S3method(get_model_specs,default)
S3method(get_model_specs,forecast_ARIMA)
S3method(get_model_specs,gam)
S3method(get_model_specs,glm)
S3method(get_model_specs,lm)
S3method(get_model_specs,ranger)
S3method(get_model_specs,workflow)
S3method(get_model_specs,xgb.Booster)
S3method(model_checker,Arima)
S3method(model_checker,ar)
S3method(model_checker,default)
S3method(model_checker,forecast_ARIMA)
S3method(model_checker,gam)
S3method(model_checker,glm)
S3method(model_checker,lm)
S3method(model_checker,ranger)
S3method(model_checker,workflow)
S3method(model_checker,xgb.Booster)
S3method(plot,shapr)
S3method(predict_model,Arima)
S3method(predict_model,ar)
S3method(predict_model,default)
S3method(predict_model,forecast_ARIMA)
S3method(predict_model,gam)
S3method(predict_model,glm)
S3method(predict_model,lm)
S3method(predict_model,ranger)
S3method(predict_model,workflow)
S3method(predict_model,xgb.Booster)
S3method(prepare_data,categorical)
S3method(prepare_data,copula)
S3method(prepare_data,ctree)
S3method(prepare_data,empirical)
S3method(prepare_data,gaussian)
S3method(prepare_data,independence)
S3method(prepare_data,regression_separate)
S3method(prepare_data,regression_surrogate)
S3method(prepare_data,timeseries)
S3method(prepare_data,vaeac)
S3method(print,shapr)
S3method(setup_approach,categorical)
S3method(setup_approach,combined)
S3method(setup_approach,copula)
S3method(setup_approach,ctree)
S3method(setup_approach,empirical)
S3method(setup_approach,gaussian)
S3method(setup_approach,independence)
S3method(setup_approach,regression_separate)
S3method(setup_approach,regression_surrogate)
S3method(setup_approach,timeseries)
S3method(setup_approach,vaeac)
export(additional_regression_setup)
export(append_vS_list)
export(check_convergence)
export(cli_compute_vS)
export(cli_iter)
export(cli_startup)
export(coalition_matrix_cpp)
export(compute_estimates)
export(compute_shapley)
export(compute_time)
export(compute_vS)
export(explain)
export(explain_forecast)
export(finalize_explanation)
export(get_extra_comp_args_default)
export(get_iterative_args_default)
export(get_model_specs)
export(get_output_args_default)
export(get_supported_approaches)
export(get_supported_models)
export(plot_MSEv_eval_crit)
export(plot_SV_several_approaches)
export(plot_vaeac_eval_crit)
export(plot_vaeac_imputed_ggpairs)
export(predict_model)
export(prepare_data)
export(prepare_data_causal)
export(prepare_next_iteration)
export(print_iter)
export(regression.train_model)
export(save_results)
export(setup)
export(setup_approach)
export(shapley_setup)
export(testing_cleanup)
export(vaeac_get_evaluation_criteria)
export(vaeac_get_extra_para_default)
export(vaeac_train_model)
export(vaeac_train_model_continue)
export(weight_matrix)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,between)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,is.data.table)
importFrom(data.table,month)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,uniqueN)
importFrom(data.table,year)
importFrom(graphics,hist)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(stats,as.formula)
importFrom(stats,contrasts)
importFrom(stats,embed)
importFrom(stats,formula)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qt)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,methods)
importFrom(utils,modifyList)
importFrom(utils,relist)
importFrom(utils,tail)
useDynLib(shapr, .registration = TRUE)