-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 1.04 KB
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 1.04 KB
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
# Generated by roxygen2: do not edit by hand
export(LAE_cpp)
export(cross_similarity_lae_cpp)
export(fit_gl_logit_gp_rcpp)
export(fit_gl_logit_mult_gp_rcpp)
export(fit_gl_regression_gp_rcpp)
export(fit_lae_logit_gp_rcpp)
export(fit_lae_logit_mult_gp_rcpp)
export(fit_lae_regression_gp_rcpp)
export(fit_nystrom_logit_gp_rcpp)
export(fit_nystrom_logit_mult_gp_rcpp)
export(fit_nystrom_regression_gp_rcpp)
export(fit_se_logit_gp_rcpp)
export(fit_se_logit_mult_gp_rcpp)
export(fit_se_regression_gp_rcpp)
export(heat_kernel_covariance_rcpp)
export(lae_eigenmap)
export(marginal_log_likelihood_logit_la_cpp)
export(multi_train_split)
export(negative_log_likelihood)
export(posterior_distribution_classification)
export(subsample_cpp)
export(test_pgbinary_cpp)
export(test_regression_cpp)
import(RcppEigen)
import(nloptr)
importFrom(ClusterR,MiniBatchKmeans)
importFrom(RSpectra,eigs_sym)
importFrom(RSpectra,svds)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(pgdraw,pgdraw)
importFrom(stats,kmeans)
useDynLib(FLGP, .registration = TRUE)