-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
75 lines (74 loc) · 2.03 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
# Generated by roxygen2: do not edit by hand
S3method(plot,kliep)
S3method(plot,lhss)
S3method(plot,naivedensityratio)
S3method(plot,naivesubspacedensityratio)
S3method(plot,spectral)
S3method(plot,ulsif)
S3method(predict,kliep)
S3method(predict,lhss)
S3method(predict,naivedensityratio)
S3method(predict,spectral)
S3method(predict,ulsif)
S3method(print,kliep)
S3method(print,lhss)
S3method(print,naivedensityratio)
S3method(print,spectral)
S3method(print,summary.kliep)
S3method(print,summary.lhss)
S3method(print,summary.spectral)
S3method(print,summary.ulsif)
S3method(print,ulsif)
S3method(summary,kliep)
S3method(summary,lhss)
S3method(summary,naivedensityratio)
S3method(summary,naivesubspacedensityratio)
S3method(summary,spectral)
S3method(summary,ulsif)
export(distance)
export(kernel_gaussian)
export(kliep)
export(kmm)
export(lhss)
export(naive)
export(plot_bivariate)
export(plot_univariate)
export(spectral)
export(ulsif)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge2)
importFrom(ggplot2,scale_color_viridis_d)
importFrom(ggplot2,scale_colour_gradient2)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,nullGrob)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pbapply,pbreplicate)
importFrom(quadprog,solve.QP)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(utils,combn)
importFrom(utils,str)
useDynLib(densityratio, .registration = TRUE)