Skip to content

Commit 9fa3c33

Browse files
committed
Add method for purify with existing grid
1 parent bdd0a3c commit 9fa3c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/randomPlantedForest.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RCPP_MODULE(mod_rpf)
2020
.method("purify_anova", &RandomPlantedForest::purify_anova)
2121
.method("purify_anova_and_marginalize", &RandomPlantedForest::purify_anova_and_marginalize)
2222
.method("purify_no_extrapolation", &RandomPlantedForest::purify_no_extrapolation)
23+
.method("purify_no_extrapolation_existing_grid", &RandomPlantedForest::purify_no_extrapolation_existing_grid)
2324
.method("print", &RandomPlantedForest::print)
2425
.method("get_parameters", &RandomPlantedForest::get_parameters)
2526
.method("set_parameters", &RandomPlantedForest::set_parameters)

0 commit comments

Comments
 (0)