-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
68 lines (55 loc) · 1.32 KB
/
NAMESPACE
File metadata and controls
68 lines (55 loc) · 1.32 KB
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
##importFrom(abind,abind)
##import(rpart)
import(methods)
importFrom(rpart,rpart,prune.rpart)
##import(xts)
importFrom(xts,as.xts,xts)
##import(quantmod)
importFrom(quantmod, newTA, Delt, candleChart, Cl, Hi, Lo, Op)
importFrom(zoo,as.zoo,zoo,coredata,index)
importFrom(class,knn)
##import(ROCR)
importFrom("stats", "aggregate", "complete.cases", "dist", "median",
"model.frame", "model.response", "sd", "embed")
importFrom("readr","read_csv")
importFrom("DBI","dbGetQuery")
exportClasses(
tradeRecord
)
exportMethods(show)
exportMethods(summary)
exportMethods(plot)
export(
# kNN.R file
kNN,
# OR.R file
outliers.ranking,
# selfTraining.R file
SelfTrain,
# LOF.R file
lofactor,
# trading.R file
trading.simulator,
sigs.PR,
trading.signals,
tradingEvaluation,
#.addEq,
.Eq,
#.addSt,
.St,
# trees.R file
rpartXse,
rt.prune,
# utils.R file
centralValue,
manyNAs,
centralImputation,
knnImputation,
SoftMax,
createEmbedDS,
nrLinesFile,
sampleCSV,
sampleDBMS,
# classes.R file (the class constructors need to be exported)
tradeRecord
)