-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
37 lines (36 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
S3method(coef,ExclusiveLassoFit)
S3method(coef,ExclusiveLassoFit_cv)
S3method(plot,ExclusiveLassoFit)
S3method(plot,ExclusiveLassoFit_cv)
S3method(predict,ExclusiveLassoFit)
S3method(predict,ExclusiveLassoFit_cv)
S3method(print,ExclusiveLassoFit)
S3method(print,ExclusiveLassoFit_cv)
export(cv.exclusive_lasso)
export(exclusive_lasso)
importClassesFrom(Matrix,dgCMatrix)
importFrom(Matrix,Matrix)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,evalCpp)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(stats,coef)
importFrom(stats,median)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(utils,modifyList)
importMethodsFrom(Matrix,colMeans)
importMethodsFrom(Matrix,colSums)
useDynLib(ExclusiveLasso)