-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
79 lines (78 loc) · 1.96 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
# Generated by roxygen2: do not edit by hand
S3method(grow,randomForest)
S3method(importance,randomForest)
S3method(margin,randomForest)
S3method(outlier,default)
S3method(outlier,randomForest)
S3method(plot,margin)
S3method(plot,randomForest)
S3method(predict,randomForest)
S3method(print,randomForest)
S3method(randomForest,default)
S3method(randomForest,formula)
S3method(rfImpute,default)
S3method(rfImpute,formula)
export(RIT)
export(combine)
export(gRIT)
export(grow)
export(iRF)
export(importance)
export(interactPredict)
export(margin)
export(na.roughfix)
export(outlier)
export(plotInt)
export(randomForest)
export(readForest)
export(rfImpute)
export(stabilityScore)
export(treesize)
export(tuneRF)
export(varImpPlot)
export(varUsed)
import(dplyr)
importFrom(AUC,auc)
importFrom(AUC,roc)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(doParallel,registerDoParallel)
importFrom(doParallel,stopImplicitCluster)
importFrom(doRNG,"%dorng%")
importFrom(dplyr,'%>%')
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(fastmatch,"%fin%")
importFrom(fastmatch,fmatch)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(memoise,memoise)
importFrom(parallel,detectCores)
importFrom(ranger,ranger)
importFrom(rgl,mfrow3d)
importFrom(rgl,movie3d)
importFrom(rgl,open3d)
importFrom(rgl,par3d)
importFrom(rgl,persp3d)
importFrom(rgl,rgl.viewpoint)
importFrom(rgl,spin3d)
importFrom(rgl,title3d)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(utils,combn)
useDynLib(iRF, .registration = TRUE)