-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
S3method(plot,summarizedvc)
export(AutoSpearman)
export(fit)
export(get.importance)
export(loadDefectDataset)
export(performance.calculation)
export(plotVarClus)
export(remove.constant.categorical)
export(single.fit)
export(stepwise.vif)
import(dendextend)
import(pROC)
import(reshape2)
importFrom(C50,C5.0)
importFrom(C50,C5.0Control)
importFrom(DMwR,SMOTE)
importFrom(Hmisc,rcorr)
importFrom(Hmisc,varclus)
importFrom(car,Anova)
importFrom(caret,createFolds)
importFrom(caret,downSample)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(caret,twoClassSummary)
importFrom(caret,upSample)
importFrom(caret,varImp)
importFrom(doParallel,registerDoParallel)
importFrom(e1071,svm)
importFrom(foreach,foreach)
importFrom(foreign,read.arff)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(ranger,ranger)
importFrom(rms,vif)
importFrom(stats,anova)
importFrom(stats,as.dendrogram)
importFrom(stats,as.formula)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(utils,read.csv)