-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
74 lines (73 loc) · 1.89 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
# Generated by roxygen2: do not edit by hand
S3method(CramersV,data.frame)
S3method(CramersV,default)
S3method(CramersV,matrix)
S3method(DataSummary,data.frame)
S3method(DataSummary,data.table)
S3method(DetMiss,data.frame)
S3method(DetMiss,default)
S3method(DetMiss,matrix)
S3method(PopMiss,Date)
S3method(PopMiss,character)
S3method(PopMiss,data.frame)
S3method(PopMiss,data.table)
S3method(PopMiss,factor)
S3method(PopMiss,integer)
S3method(PopMiss,matrix)
S3method(PopMiss,numeric)
S3method(tree2data,default)
S3method(tree2data,gbm)
S3method(tree2data,randomForest)
export(CramersV)
export(DataSummary)
export(DetMiss)
export(PopMiss)
export(compPlot)
export(dataComp)
export(dataPlot)
export(dmBreak)
export(interPlot)
export(liftPlot)
export(modelMetric)
export(multiParts)
export(resiPlot)
export(residualDeviance)
export(rocPlot)
export(tree2data)
export(varComp)
import(data.table)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(Rcpp,evalCpp)
importFrom(checkmate,testCharacter)
importFrom(checkmate,testDataFrame)
importFrom(checkmate,testDate)
importFrom(checkmate,testNumeric)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,melt)
importFrom(data.table,set)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,uniqueN)
importFrom(gbm,pretty.gbm.tree)
importFrom(infotheo,discretize)
importFrom(infotheo,entropy)
importFrom(plotly,"%>%")
importFrom(plotly,add_bars)
importFrom(plotly,add_histogram2dcontour)
importFrom(plotly,add_lines)
importFrom(plotly,add_markers)
importFrom(plotly,add_surface)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,subplot)
importFrom(randomForest,getTree)
importFrom(stats,chisq.test)
importFrom(stats,na.omit)
importFrom(stats,var)
importFrom(stats,weighted.mean)
useDynLib(DataMan)