forked from HannaMeyer/CAST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
S3method(plot,aoa)
S3method(plot,errorModel)
S3method(plot,ffs)
S3method(plot,geodist)
S3method(plot,knndm)
S3method(plot,nndm)
S3method(plot,trainDI)
S3method(print,aoa)
S3method(print,ffs)
S3method(print,knndm)
S3method(print,nndm)
S3method(print,trainDI)
export(CreateSpacetimeFolds)
export(aoa)
export(bss)
export(clustered_sample)
export(errorProfiles)
export(ffs)
export(geodist)
export(global_validation)
export(knndm)
export(nndm)
export(normalize_DI)
export(show.aoa)
export(show.ffs)
export(show.knndm)
export(show.nndm)
export(show.trainDI)
export(trainDI)
import(caret)
import(ggplot2)
importFrom(forcats,fct_inorder)
importFrom(forcats,fct_rev)
importFrom(grDevices,rainbow)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,plot)
importFrom(graphics,segments)
importFrom(stats,complete.cases)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)