forked from mi2-warsaw/FSelectorRcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
32 lines (31 loc) · 858 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(discretize,data.frame)
S3method(discretize,default)
S3method(discretize,formula)
S3method(discretize,list)
S3method(discretize,matrix)
S3method(discretize,numeric)
export(cut_attrs)
export(discretize)
export(equalsizeControl)
export(feature_search)
export(information_gain)
export(mdlControl)
export(to_formula)
importFrom(Rcpp,evalCpp)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(foreach,getDoParName)
importFrom(foreach,getDoParRegistered)
importFrom(iterators,iter)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,formula)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
useDynLib(FSelectorRcpp)