-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
84 lines (83 loc) · 1.95 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
# Generated by roxygen2: do not edit by hand
S3method(pmml,ARIMA)
S3method(pmml,ada)
S3method(pmml,coxph)
S3method(pmml,cv.glmnet)
S3method(pmml,gbm)
S3method(pmml,glm)
S3method(pmml,hclust)
S3method(pmml,iForest)
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,rpart)
S3method(pmml,rules)
S3method(pmml,svm)
S3method(pmml,xgb.Booster)
export(add_attributes)
export(add_data_field_attributes)
export(add_data_field_children)
export(add_mining_field_attributes)
export(add_output_field)
export(file_to_xml_node)
export(function_to_pmml)
export(make_intervals)
export(make_output_nodes)
export(make_values)
export(pmml)
export(pmml.ARIMA)
export(pmml.ada)
export(pmml.coxph)
export(pmml.cv.glmnet)
export(pmml.gbm)
export(pmml.glm)
export(pmml.hclust)
export(pmml.iForest)
export(pmml.itemsets)
export(pmml.kmeans)
export(pmml.ksvm)
export(pmml.lm)
export(pmml.multinom)
export(pmml.naiveBayes)
export(pmml.neighbr)
export(pmml.nnet)
export(pmml.randomForest)
export(pmml.rpart)
export(pmml.rules)
export(pmml.svm)
export(pmml.xgb.Booster)
export(rename_wrap_var)
export(save_pmml)
export(xform_discretize)
export(xform_function)
export(xform_map)
export(xform_min_max)
export(xform_norm_discrete)
export(xform_wrap)
export(xform_z_score)
import(XML)
importFrom(XML,addAttributes)
importFrom(XML,addChildren)
importFrom(XML,getNodeSet)
importFrom(XML,toString.XMLNode)
importFrom(XML,xmlTreeParse)
importFrom(methods,getMethod)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,na.omit)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_interp)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_subset)
importFrom(utils,capture.output)
importFrom(utils,compareVersion)
importFrom(utils,flush.console)
importFrom(utils,packageVersion)