-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.86 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
# Generated by roxygen2: do not edit by hand
S3method(nr.panels,exhcv)
S3method(nr.panels,exhcvlist)
S3method(nr.panels,exhlist)
S3method(plot, cv.diag)
S3method(plot, thr.stability)
S3method(plot,exh)
S3method(plot.thr.stability,exhcv)
S3method(plot.thr.stability,exhcvlist)
S3method(plot.thr.stability,exhlist)
S3method(predict,exh)
S3method(predict,exhcv)
S3method(predict,exhcvlist)
S3method(predict,exhlist)
S3method(print,exh)
S3method(print,exhcv)
S3method(print,exhcvlist)
S3method(print,exhlist)
S3method(table.min.nr.stability,exhcv)
S3method(table.min.nr.stability,exhcvlist)
S3method(table.min.nr.stability,exhlist)
S3method(table.mol.stability,exhcv)
S3method(table.mol.stability,exhcvlist)
S3method(table.mol.stability,exhlist)
S3method(table.nr.stability,exhcv)
S3method(table.nr.stability,exhcvlist)
S3method(table.nr.stability,exhlist)
S3method(test.perf,exh)
S3method(test.perf,exhcv)
S3method(test.perf,exhcvlist)
S3method(test.perf,exhlist)
S3method(train.perf,exh)
S3method(train.perf,exhcv)
S3method(train.perf,exhcvlist)
S3method(train.perf,exhlist)
export(exh.train)
export(exh.train.cv)
export(nr.panels)
export(plot.cv.diag)
export(plot.thr.stability)
export(table.min.nr.stability)
export(table.mol.stability)
export(table.nr.stability)
export(test.perf)
export(train.perf)
import(methods)
import(pROC)
import(rJava)
importFrom(R.utils,getAbsolutePath)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,devAskNewPage)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,as.formula)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(utils,combn)
importFrom(utils,read.csv)
importFrom(utils,write.csv)