11# Generated by using Rcpp::compileAttributes() -> do not edit by hand
22# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
33
4+ run_bgmCompare_parallel <- function (observations , num_groups , counts_per_category , blume_capel_stats , pairwise_stats , num_categories , main_alpha , main_beta , pairwise_scale , difference_scale , difference_selection_alpha , difference_selection_beta , difference_prior , iter , burnin , na_impute , missing_data_indices , is_ordinal_variable , baseline_category , difference_selection , main_effect_indices , pairwise_effect_indices , target_accept , nuts_max_depth , learn_mass_matrix , projection , group_membership , group_indices , interaction_index_matrix , inclusion_probability , num_chains , nThreads , seed , update_method , hmc_num_leapfrogs ) {
5+ .Call(`_bgms_run_bgmCompare_parallel` , observations , num_groups , counts_per_category , blume_capel_stats , pairwise_stats , num_categories , main_alpha , main_beta , pairwise_scale , difference_scale , difference_selection_alpha , difference_selection_beta , difference_prior , iter , burnin , na_impute , missing_data_indices , is_ordinal_variable , baseline_category , difference_selection , main_effect_indices , pairwise_effect_indices , target_accept , nuts_max_depth , learn_mass_matrix , projection , group_membership , group_indices , interaction_index_matrix , inclusion_probability , num_chains , nThreads , seed , update_method , hmc_num_leapfrogs )
6+ }
7+
8+ run_bgm_parallel <- function (observations , num_categories , pairwise_scale , edge_prior , inclusion_probability , beta_bernoulli_alpha , beta_bernoulli_beta , dirichlet_alpha , lambda , interaction_index_matrix , iter , burnin , counts_per_category , blume_capel_stats , main_alpha , main_beta , na_impute , missing_index , is_ordinal_variable , baseline_category , edge_selection , update_method , pairwise_effect_indices , target_accept , pairwise_stats , hmc_num_leapfrogs , nuts_max_depth , learn_mass_matrix , num_chains , nThreads , seed ) {
9+ .Call(`_bgms_run_bgm_parallel` , observations , num_categories , pairwise_scale , edge_prior , inclusion_probability , beta_bernoulli_alpha , beta_bernoulli_beta , dirichlet_alpha , lambda , interaction_index_matrix , iter , burnin , counts_per_category , blume_capel_stats , main_alpha , main_beta , na_impute , missing_index , is_ordinal_variable , baseline_category , edge_selection , update_method , pairwise_effect_indices , target_accept , pairwise_stats , hmc_num_leapfrogs , nuts_max_depth , learn_mass_matrix , num_chains , nThreads , seed )
10+ }
11+
412get_explog_switch <- function () {
513 .Call(`_bgms_get_explog_switch` )
614}
@@ -13,14 +21,6 @@ rcpp_ieee754_log <- function(x) {
1321 .Call(`_bgms_rcpp_ieee754_log` , x )
1422}
1523
16- run_bgmCompare_parallel <- function (observations , num_groups , counts_per_category , blume_capel_stats , pairwise_stats , num_categories , main_alpha , main_beta , pairwise_scale , difference_scale , difference_selection_alpha , difference_selection_beta , difference_prior , iter , burnin , na_impute , missing_data_indices , is_ordinal_variable , baseline_category , difference_selection , main_effect_indices , pairwise_effect_indices , target_accept , nuts_max_depth , learn_mass_matrix , projection , group_membership , group_indices , interaction_index_matrix , inclusion_probability , num_chains , nThreads , seed , update_method , hmc_num_leapfrogs ) {
17- .Call(`_bgms_run_bgmCompare_parallel` , observations , num_groups , counts_per_category , blume_capel_stats , pairwise_stats , num_categories , main_alpha , main_beta , pairwise_scale , difference_scale , difference_selection_alpha , difference_selection_beta , difference_prior , iter , burnin , na_impute , missing_data_indices , is_ordinal_variable , baseline_category , difference_selection , main_effect_indices , pairwise_effect_indices , target_accept , nuts_max_depth , learn_mass_matrix , projection , group_membership , group_indices , interaction_index_matrix , inclusion_probability , num_chains , nThreads , seed , update_method , hmc_num_leapfrogs )
18- }
19-
20- run_bgm_parallel <- function (observations , num_categories , pairwise_scale , edge_prior , inclusion_probability , beta_bernoulli_alpha , beta_bernoulli_beta , dirichlet_alpha , lambda , interaction_index_matrix , iter , burnin , counts_per_category , blume_capel_stats , main_alpha , main_beta , na_impute , missing_index , is_ordinal_variable , baseline_category , edge_selection , update_method , pairwise_effect_indices , target_accept , pairwise_stats , hmc_num_leapfrogs , nuts_max_depth , learn_mass_matrix , num_chains , nThreads , seed ) {
21- .Call(`_bgms_run_bgm_parallel` , observations , num_categories , pairwise_scale , edge_prior , inclusion_probability , beta_bernoulli_alpha , beta_bernoulli_beta , dirichlet_alpha , lambda , interaction_index_matrix , iter , burnin , counts_per_category , blume_capel_stats , main_alpha , main_beta , na_impute , missing_index , is_ordinal_variable , baseline_category , edge_selection , update_method , pairwise_effect_indices , target_accept , pairwise_stats , hmc_num_leapfrogs , nuts_max_depth , learn_mass_matrix , num_chains , nThreads , seed )
22- }
23-
2424sample_omrf_gibbs <- function (no_states , no_variables , no_categories , interactions , thresholds , iter ) {
2525 .Call(`_bgms_sample_omrf_gibbs` , no_states , no_variables , no_categories , interactions , thresholds , iter )
2626}
@@ -31,4 +31,5 @@ sample_bcomrf_gibbs <- function(no_states, no_variables, no_categories, interact
3131
3232compute_Vn_mfm_sbm <- function (no_variables , dirichlet_alpha , t_max , lambda ) {
3333 .Call(`_bgms_compute_Vn_mfm_sbm` , no_variables , dirichlet_alpha , t_max , lambda )
34- }
34+ }
35+
0 commit comments