We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd0a3c commit 9fa3c33Copy full SHA for 9fa3c33
src/randomPlantedForest.cpp
@@ -20,6 +20,7 @@ RCPP_MODULE(mod_rpf)
20
.method("purify_anova", &RandomPlantedForest::purify_anova)
21
.method("purify_anova_and_marginalize", &RandomPlantedForest::purify_anova_and_marginalize)
22
.method("purify_no_extrapolation", &RandomPlantedForest::purify_no_extrapolation)
23
+ .method("purify_no_extrapolation_existing_grid", &RandomPlantedForest::purify_no_extrapolation_existing_grid)
24
.method("print", &RandomPlantedForest::print)
25
.method("get_parameters", &RandomPlantedForest::get_parameters)
26
.method("set_parameters", &RandomPlantedForest::set_parameters)
0 commit comments