-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 848 Bytes
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 848 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
31
32
33
34
35
36
37
38
# Generated by roxygen2: do not edit by hand
export("%>%")
export(data_allocate_cluster)
export(expand_grid_inputs)
export(hp)
export(hyperposterior)
export(hyperposterior_clust)
export(kern_to_cov)
export(kern_to_inv)
export(list_kern_to_cov)
export(list_kern_to_inv)
export(plot_db)
export(plot_gif)
export(plot_gp)
export(plot_magma)
export(plot_magmaclust)
export(plot_samples)
export(pred_gif)
export(pred_gp)
export(pred_magma)
export(pred_magmaclust)
export(proba_max_cluster)
export(regularise_data)
export(regularize_data)
export(sample_gp)
export(sample_magma)
export(sample_magmaclust)
export(select_nb_cluster)
export(simu_db)
export(train_gp)
export(train_gp_clust)
export(train_magma)
export(train_magmaclust)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
useDynLib(MagmaClustR, .registration = TRUE)