-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathNAMESPACE
More file actions
81 lines (76 loc) · 1.67 KB
/
NAMESPACE
File metadata and controls
81 lines (76 loc) · 1.67 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
export(
acquireAuditData,
asRules,
benfordDistr,
binning,
calcInitialDigitDistr,
calculateAUC,
centers.hclust,
comcat,
copyPlotToClipboard,
digitDistr,
drawTreesAda,
drawTreeNodes,
errorMatrix,
evaluateRisk,
fancyRpartPlot,
generateAprioriSummary,
genPlotTitleCmd,
ggVarImp,
importance,
listAdaVarsUsed,
listTreesAda,
listVersions,
modalvalue,
normVarNames,
plotDigitFreq,
plotOptimalLine,
plotRisk,
predict.kmeans,
predict.hclust,
printPlot,
printRandomForests,
print.summary.nnet,
psfchart,
randomForest2Rules,
rattle,
rattleInfo,
rattle.print.summary.multinom,
rescale.by.group,
riskchart,
rocChart,
# 120117 Remove for now - could be harmful.
# overwritePackageFunction,
savePlotToFile,
setupDataset,
toga,
treeset.randomForest,
whichNumerics,
xgboost,
crs,crv
)
exportPattern("_") # Needed for the Glade interface
S3method(asRules, rpart)
S3method(ggVarImp, randomForest)
S3method(ggVarImp, rpart)
S3method(ggVarImp, rxDForest)
S3method(ggVarImp, xgb.Booster)
S3method(ggVarImp, xgb.formula)
S3method(predict, xgb.formula)
S3method(print, xgb.formula)
S3method(importance, xgb.formula)
S3method(xgboost, formula)
S3method(predict, hclust)
S3method(predict, kmeans)
S3method(print.summary, nnet)
#import(RGtk2) # Not required but will be used if available.
import(stats)
import(utils)
import(grDevices)
import(graphics)
import(methods) # For possibleExtends() formal classes
import(tibble)
importFrom(magrittr, "%>%")
importFrom(magrittr, "%<>%")
importFrom(stringi, "%s+%")
importFrom(bitops, cksum)