-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathNAMESPACE
57 lines (52 loc) · 1.72 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
import(nnls)
exportPattern("^[^\\.]")
importFrom(stats, coef)
importFrom(stats, predict)
importFrom(graphics, plot)
importFrom(methods, is)
importFrom("stats", "as.formula", "binomial", "cor.test", "dlogis", "formula", "gaussian", "glm", "lm", "loess", "loess.control", "model.matrix", "optim", "plogis", "pnorm", "predict.lm", "qnorm", "reorder", "sd", "step", "var", "weighted.mean")
importFrom("utils", "capture.output", "RShowDoc", "packageVersion")
S3method(print, SuperLearner)
S3method(coef, SuperLearner)
S3method(predict, SuperLearner)
S3method(print, CV.SuperLearner)
S3method(coef, CV.SuperLearner)
S3method(plot, CV.SuperLearner)
S3method(summary, CV.SuperLearner)
S3method(print, summary.CV.SuperLearner)
S3method(predict, SL.bartMachine)
S3method(predict, SL.bayesglm)
S3method(predict, SL.biglasso)
S3method(predict, SL.caret)
S3method(predict, SL.cforest)
S3method(predict, SL.earth)
S3method(predict, SL.gam)
S3method(predict, SL.gbm)
S3method(predict, SL.glm)
S3method(predict, SL.glmnet)
S3method(predict, SL.ipredbagg)
S3method(predict, SL.knn)
S3method(predict, SL.kernelKnn)
S3method(predict, SL.ksvm)
S3method(predict, SL.leekasso)
S3method(predict, SL.lda)
S3method(predict, SL.lm)
S3method(predict, SL.loess)
S3method(predict, SL.logreg)
S3method(predict, SL.mean)
S3method(predict, SL.nnet)
S3method(predict, SL.nnls)
S3method(predict, SL.polymars)
S3method(predict, SL.qda)
S3method(predict, SL.randomForest)
S3method(predict, SL.ranger)
S3method(predict, SL.ridge)
S3method(predict, SL.rpart)
S3method(predict, SL.speedglm)
S3method(predict, SL.speedlm)
S3method(predict, SL.step)
S3method(predict, SL.stepAIC)
S3method(predict, SL.svm)
S3method(predict, SL.template)
S3method(predict, SL.xgboost)
S3method(predict, SuperLearner)