@@ -556,12 +556,12 @@ compute_leaf_indices_cpp <- function(forest_container, covariates, forest_nums)
556556 .Call(`_stochtree_compute_leaf_indices_cpp` , forest_container , covariates , forest_nums )
557557}
558558
559- sample_gfr_one_iteration_cpp <- function (data , residual , forest_samples , active_forest , tracker , split_prior , rng , feature_types , cutpoint_grid_size , leaf_model_scale_input , variable_weights , a_forest , b_forest , global_variance , leaf_model_int , keep_forest , pre_initialized ) {
560- invisible (.Call(`_stochtree_sample_gfr_one_iteration_cpp` , data , residual , forest_samples , active_forest , tracker , split_prior , rng , feature_types , cutpoint_grid_size , leaf_model_scale_input , variable_weights , a_forest , b_forest , global_variance , leaf_model_int , keep_forest , pre_initialized ))
559+ sample_gfr_one_iteration_cpp <- function (data , residual , forest_samples , active_forest , tracker , split_prior , rng , feature_types , cutpoint_grid_size , leaf_model_scale_input , variable_weights , a_forest , b_forest , global_variance , leaf_model_int , keep_forest ) {
560+ invisible (.Call(`_stochtree_sample_gfr_one_iteration_cpp` , data , residual , forest_samples , active_forest , tracker , split_prior , rng , feature_types , cutpoint_grid_size , leaf_model_scale_input , variable_weights , a_forest , b_forest , global_variance , leaf_model_int , keep_forest ))
561561}
562562
563- sample_mcmc_one_iteration_cpp <- function (data , residual , forest_samples , active_forest , tracker , split_prior , rng , feature_types , cutpoint_grid_size , leaf_model_scale_input , variable_weights , a_forest , b_forest , global_variance , leaf_model_int , keep_forest , pre_initialized ) {
564- invisible (.Call(`_stochtree_sample_mcmc_one_iteration_cpp` , data , residual , forest_samples , active_forest , tracker , split_prior , rng , feature_types , cutpoint_grid_size , leaf_model_scale_input , variable_weights , a_forest , b_forest , global_variance , leaf_model_int , keep_forest , pre_initialized ))
563+ sample_mcmc_one_iteration_cpp <- function (data , residual , forest_samples , active_forest , tracker , split_prior , rng , feature_types , cutpoint_grid_size , leaf_model_scale_input , variable_weights , a_forest , b_forest , global_variance , leaf_model_int , keep_forest ) {
564+ invisible (.Call(`_stochtree_sample_mcmc_one_iteration_cpp` , data , residual , forest_samples , active_forest , tracker , split_prior , rng , feature_types , cutpoint_grid_size , leaf_model_scale_input , variable_weights , a_forest , b_forest , global_variance , leaf_model_int , keep_forest ))
565565}
566566
567567sample_sigma2_one_iteration_cpp <- function (residual , dataset , rng , a , b ) {
0 commit comments