-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
29 lines (28 loc) · 793 Bytes
/
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
exportPattern("^[[:alpha:]]+")
import("XML")
S3method(pmml, ada)
S3method(pmml, coxph)
S3method(pmml, cv.glmnet)
S3method(pmml, gbm)
S3method(pmml, glm)
S3method(pmml, hclust)
S3method(pmml, itemsets)
S3method(pmml, kmeans)
S3method(pmml, ksvm)
S3method(pmml, lm)
S3method(pmml, multinom)
S3method(pmml, naiveBayes)
S3method(pmml, neighbr)
S3method(pmml, nnet)
S3method(pmml, randomForest)
S3method(pmml, rfsrc)
S3method(pmml, rpart)
S3method(pmml, rules)
S3method(pmml, svm)
S3method(pmml, xgb.Booster)
importFrom("methods", "getMethod")
importFrom("stats", "coef", "coefficients")
importFrom("utils", "capture.output", "compareVersion",
"flush.console", "packageVersion")
importFrom("stringr","str_detect","str_split","str_subset",
"str_replace","str_interp","str_extract")