File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 99* reparameterized the Blume-capel model to use (score-baseline) instead of score.
1010* implemented a new way to compute the denominators and probabilities. This made their computation both faster and more stable.
1111* refactored c++ code for better maintainability.
12+ * removed the prepared_data field from bgm objects.
1213
1314## Bug fixes
1415
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ prepare_output_bgm = function(
88 nuts_max_depth , learn_mass_matrix , num_chains
99) {
1010 arguments = list (
11- prepared_data = x ,
1211 num_variables = ncol(x ),
1312 num_cases = nrow(x ),
1413 na_impute = na_impute ,
@@ -291,7 +290,6 @@ prepare_output_bgmCompare = function(
291290 num_variables = ncol(observations )
292291
293292 arguments = list (
294- prepared_data = observations ,
295293 num_variables = num_variables ,
296294 num_cases = nrow(observations ),
297295 iter = iter ,
You can’t perform that action at this time.
0 commit comments