-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (29 loc) · 739 Bytes
/
NAMESPACE
File metadata and controls
33 lines (29 loc) · 739 Bytes
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
useDynLib("caTools", .registration=True)
import(bitops)
importFrom("grDevices", "col2rgb", "colorRampPalette", "gray", "rgb")
importFrom("graphics", "abline", "legend", "lines", "plot", "title")
importFrom("stats", "mad", "quantile", "runif", "runmed", "sd")
importFrom("utils", "download.file", "read.table")
# Export all names
export(base64encode,
base64decode,
colAUC,
combs,
write.ENVI,
read.ENVI,
write.gif,
read.gif,
LogitBoost,
predict.LogitBoost,
runmean,
runmin,
runmax,
runquantile,
runmad,
runsd,
EndRule,
sample.split,
sumexact,
cumsumexact,
trapz)
S3method("predict", "LogitBoost")