forked from cran/klaR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
88 lines (84 loc) · 3.03 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
import("MASS")
importFrom("combinat", combn)
importFrom("questionr", wtd.table)
importFrom("grDevices", "cm.colors", "col2rgb", "colorRamp", "gray",
"hsv", "rainbow", "rgb", "topo.colors")
importFrom("graphics", "abline", "axis", "barplot", "box", "contour",
"legend", "lines", "mosaicplot", "mtext", "par", "plot",
"plot.new", "plot.window", "points", "polygon", "text",
"title")
importFrom("stats", ".getXlevels", "aggregate", "aov", "as.formula",
"cor", "cov.wt", "delete.response", "density", "dist",
"dnorm", "hclust", "ks.test", "lm", "manova",
"model.extract", "model.frame", "model.matrix",
"model.response", "na.fail", "na.pass", "optim", "optimize",
"pbeta", "pf", "predict", "qbeta", "rnorm", "runif", "sd",
"terms", "var", "as.dist", "chisq.test", "cutree")
importFrom("utils", "data", "flush.console", "read.table",
"write.table")
export(b.scal, betascale, calc.trans, centerlines, classscatter, cond.index, dkernel,
drawparti, e.scal, EDAM, errormatrix, friedman.data, hmm.sop, loclda, NaiveBayes,
partimat, plineplot, shardsplot, level_shardsplot,
quadtrafo, quadlines, quadpoints, quadplot,
rda, nm, sknn, stepclass, svmlight, meclight, TopoS,
tritrafo, trilines, tripoints, trigrid, triframe, triplot, triperplines,
ucpm, benchB3, greedy.wilks, locpvs, pvs, corclust, kmodes, woe, cvtree, xtractvars)
S3method(NaiveBayes, formula)
S3method(NaiveBayes, default)
S3method(partimat, formula)
S3method(partimat, default)
S3method(partimat, matrix)
S3method(partimat, data.frame)
S3method(plot, EDAM)
S3method(plot, NaiveBayes)
S3method(predict, NaiveBayes)
S3method(rda, formula)
S3method(rda, default)
S3method(predict, rda)
S3method(print, rda)
S3method(plot, rda)
S3method(sknn, default)
S3method(sknn, formula)
S3method(sknn, matrix)
S3method(sknn, data.frame)
S3method(predict, sknn)
S3method(woe, formula)
S3method(woe, default)
S3method(predict, woe)
S3method(print, woe)
S3method(plot, woe)
S3method(nm, default)
S3method(nm, formula)
S3method(nm, matrix)
S3method(nm, data.frame)
S3method(meclight, default)
S3method(meclight, formula)
S3method(meclight, matrix)
S3method(meclight, data.frame)
S3method(predict, meclight)
S3method(print, meclight)
S3method(stepclass, formula)
S3method(stepclass, default)
S3method(print, stepclass)
S3method(plot, stepclass)
S3method(svmlight, default)
S3method(svmlight, formula)
S3method(svmlight, matrix)
S3method(svmlight, data.frame)
S3method(predict, svmlight)
S3method(greedy.wilks, default)
S3method(greedy.wilks, formula)
S3method(print, greedy.wilks)
S3method(loclda, formula)
S3method(loclda, default)
S3method(loclda, matrix)
S3method(loclda, data.frame)
S3method(predict, loclda)
S3method(print, loclda)
S3method(predict, locpvs)
S3method(predict, pvs)
S3method(print, pvs)
S3method(pvs, default)
S3method(pvs, formula)
S3method(print, kmodes)
S3method(plot, corclust)