-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
127 lines (126 loc) · 3.07 KB
/
NAMESPACE
File metadata and controls
127 lines (126 loc) · 3.07 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Generated by roxygen2: do not edit by hand
S3method("prior<-",confusion)
S3method(confusion,default)
S3method(confusion,mlearning)
S3method(cvpredict,mlearning)
S3method(mlKnn,default)
S3method(mlKnn,formula)
S3method(mlLda,default)
S3method(mlLda,formula)
S3method(mlLvq,default)
S3method(mlLvq,formula)
S3method(mlNaiveBayes,default)
S3method(mlNaiveBayes,formula)
S3method(mlNnet,default)
S3method(mlNnet,formula)
S3method(mlQda,default)
S3method(mlQda,formula)
S3method(mlRforest,default)
S3method(mlRforest,formula)
S3method(mlRpart,default)
S3method(mlRpart,formula)
S3method(mlSvm,default)
S3method(mlSvm,formula)
S3method(plot,confusion)
S3method(plot,mlearning)
S3method(predict,mlKnn)
S3method(predict,mlLda)
S3method(predict,mlLvq)
S3method(predict,mlNaiveBayes)
S3method(predict,mlNnet)
S3method(predict,mlQda)
S3method(predict,mlRforest)
S3method(predict,mlRpart)
S3method(predict,mlSvm)
S3method(predict,mlearning)
S3method(print,confusion)
S3method(print,mlearning)
S3method(print,summary.confusion)
S3method(print,summary.mlKnn)
S3method(print,summary.mlLvq)
S3method(print,summary.mlearning)
S3method(prior,confusion)
S3method(response,default)
S3method(summary,confusion)
S3method(summary,mlKnn)
S3method(summary,mlLvq)
S3method(summary,mlearning)
S3method(train,default)
export("prior<-")
export(confusion)
export(confusionBarplot)
export(confusionDendrogram)
export(confusionImage)
export(confusionStars)
export(confusion_barplot)
export(confusion_dendrogram)
export(confusion_image)
export(confusion_stars)
export(cvpredict)
export(mlKnn)
export(mlLda)
export(mlLvq)
export(mlNaiveBayes)
export(mlNnet)
export(mlQda)
export(mlRforest)
export(mlRpart)
export(mlSvm)
export(ml_knn)
export(ml_lda)
export(ml_lvq)
export(ml_naive_bayes)
export(ml_nnet)
export(ml_qda)
export(ml_rforest)
export(ml_rpart)
export(ml_svm)
export(mlearning)
export(prior)
export(response)
export(train)
importFrom(MASS,lda)
importFrom(MASS,qda)
importFrom(class,knn)
importFrom(class,lvq1)
importFrom(class,lvq2)
importFrom(class,lvq3)
importFrom(class,lvqinit)
importFrom(class,lvqtest)
importFrom(class,olvq1)
importFrom(e1071,naiveBayes)
importFrom(e1071,svm)
importFrom(grDevices,cm.colors)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hsv)
importFrom(grDevices,terrain.colors)
importFrom(grDevices,topo.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,stars)
importFrom(graphics,text)
importFrom(ipred,control.errorest)
importFrom(ipred,errorest)
importFrom(ipred,predict.ipredknn)
importFrom(nnet,class.ind)
importFrom(nnet,nnet.default)
importFrom(randomForest,randomForest)
importFrom(rpart,rpart)
importFrom(stats,addmargins)
importFrom(stats,hclust)
importFrom(stats,model.frame)
importFrom(stats,model.weights)
importFrom(stats,na.exclude)
importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,predict)
importFrom(stats,terms)