-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
110 lines (109 loc) · 2.41 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
# Generated by roxygen2: do not edit by hand
S3method(assess,default)
S3method(assess,highReg)
S3method(assess,lowClass)
S3method(assess,lowReg)
S3method(confirm,confirmClass)
S3method(confirm,confirmReg)
S3method(confirm,default)
S3method(holistic_model,default)
S3method(holistic_model,regGAM)
S3method(holistic_model,regGLM)
S3method(holistic_model,regGLMNET)
S3method(holistic_model,regLM)
S3method(holistic_model,regMLP)
S3method(holistic_model,regPCR)
S3method(holistic_model,regRF)
S3method(holistic_model,regSVM)
S3method(predict,regGAM)
S3method(predict,regGLM)
S3method(predict,regGLMNET)
S3method(predict,regLM)
S3method(predict,regMLP)
S3method(predict,regPCR)
S3method(predict,regRF)
S3method(predict,regSVM)
S3method(predict,try_error)
export(assess)
export(classGAM)
export(classLOGISTIC)
export(classMLP)
export(classRF)
export(classSVM)
export(confirm)
export(confusion)
export(confusionValues)
export(denormalize)
export(exploreDetectAnomaly)
export(exploreImpute)
export(exploreImputeRF)
export(exploreTSoutliers)
export(genPythonEnv)
export(holistic_model)
export(holistic_models)
export(holistic_splits)
export(identify_model)
export(is.high_dimensional)
export(list_to_summary)
export(lists_to_df)
export(mape)
export(normalize)
export(normalizeBinomial)
export(plot_violin_metric)
export(predict.regGAM)
export(predict.regGLM)
export(predict.regGLMNET)
export(predict.regLM)
export(predict.regMLP)
export(predict.regPCR)
export(predict.regRF)
export(predict.regSVM)
export(predict.try_error)
export(predictInit)
export(r2)
export(reduceDMD)
export(reduceGAM)
export(reduceINTERP)
export(reduceSVD)
export(reduceVIF)
export(regENET)
export(regGAM)
export(regGLM)
export(regLM)
export(regMLP)
export(regPCR)
export(regRF)
export(regSVM)
export(rmse)
export(setDataClass)
export(smape)
export(split_hc)
export(split_ks)
export(split_rand)
export(split_seq)
export(svdThreshold)
export(test_classification_data_no_test)
export(test_regression_data_no_test)
import(e1071)
import(glmnet)
import(mgcv)
import(mice)
import(parallel)
import(plotly)
import(prospectr)
import(protoclust)
import(randomForest)
import(reticulate)
importFrom(forecast,tsclean)
importFrom(forecast,tsoutliers)
importFrom(glmnet,glmnet)
importFrom(kernlab,ksvm)
importFrom(mgcv,gam)
importFrom(stats,approxfun)
importFrom(stats,as.formula)
importFrom(stats,dist)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,sd)