forked from boyuren158/GP-CERF
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 718 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 718 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,cerf_gp)
S3method(autoplot,cerf_nngp)
S3method(plot,cerf_gp)
S3method(plot,cerf_nngp)
S3method(print,cerf_gp)
S3method(print,cerf_nngp)
S3method(summary,cerf_gp)
S3method(summary,cerf_nngp)
export(compute_rl_deriv_gp)
export(compute_rl_deriv_nn)
export(compute_w_corr)
export(estimate_cerf_gp)
export(estimate_cerf_nngp)
export(estimate_gps)
export(generate_synthetic_data)
export(get_logger)
export(set_logger)
import(MASS)
import(Rcpp)
import(RcppArmadillo)
import(Rfast)
import(SuperLearner)
import(stats)
import(xgboost)
importFrom(ggplot2,autoplot)
importFrom(rlang,.data)
importFrom(spatstat.geom,crossdist)
useDynLib(GPCERF, .registration = TRUE)