-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method(coef,cv.edgenet)
S3method(coef,cv.group.lasso)
S3method(coef,edgenet)
S3method(coef,group.lasso)
S3method(family,cv.edgenet)
S3method(family,edgenet)
S3method(predict,binomial.edgenet)
S3method(predict,binomial.group.lasso)
S3method(predict,cv.edgenet)
S3method(predict,cv.group.lasso)
S3method(predict,gaussian.edgenet)
S3method(predict,gaussian.group.lasso)
S3method(predict,poisson.edgenet)
S3method(predict,poisson.group.lasso)
S3method(print,cv.edgenet)
S3method(print,cv.group.lasso)
S3method(print,edgenet)
S3method(print,group.lasso)
S3method(print,netReg.family)
S3method(summary,cv.edgenet)
S3method(summary,cv.group.lasso)
S3method(summary,edgenet)
S3method(summary,group.lasso)
S3method(summary,netReg.family)
export(beta)
export(binomial)
export(cv.edgenet)
export(edgenet)
export(family)
export(gamma)
export(gaussian)
export(group.lasso)
export(inverse.gaussian)
export(poisson)
import(Rcpp)
import(methods)
import(nloptr)
import(tensorflow)
import(tfprobability)
importFrom(purrr,transpose)
importFrom(reticulate,py_module_available)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,gaussian)
importFrom(stats,predict)
importFrom(tensorflow,install_tensorflow)
importFrom(tensorflow,tf)
importFrom(tfprobability,tfd_bernoulli)
importFrom(tfprobability,tfd_beta)
importFrom(tfprobability,tfd_gamma)
importFrom(tfprobability,tfd_inverse_gaussian)
importFrom(tfprobability,tfd_poisson)
useDynLib(netReg, .registration = TRUE)