-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
S3method("[",caretList)
S3method(as.caretList,default)
S3method(as.caretList,list)
S3method(autoplot,caretStack)
S3method(c,caretList)
S3method(c,train)
S3method(dotplot,caretStack)
S3method(extractMetric,caretList)
S3method(extractMetric,caretStack)
S3method(extractMetric,train)
S3method(plot,caretList)
S3method(plot,caretStack)
S3method(predict,caretList)
S3method(predict,caretStack)
S3method(predict,greedyMSE)
S3method(print,caretStack)
S3method(print,greedyMSE)
S3method(print,summary.caretList)
S3method(print,summary.caretStack)
S3method(summary,caretList)
S3method(summary,caretStack)
S3method(varImp,caretStack)
S3method(varImp,greedyMSE)
export(as.caretList)
export(caretEnsemble)
export(caretList)
export(caretModelSpec)
export(caretStack)
export(defaultControl)
export(defaultMetric)
export(extractMetric)
export(greedyMSE)
export(greedyMSE_caret)
export(permutationImportance)
export(tuneCheck)
export(wtd.sd)
importFrom(caret,varImp)
importFrom(data.table,.SD)
importFrom(ggplot2,autoplot)
importFrom(lattice,dotplot)
importFrom(patchwork,plot_layout)
importFrom(rlang,.data)