souravc83 / fastAdaboost

A blazingly fast implementation of Adaboost in R, based on C++ backend
Other
11 stars 6 forks source link

rpart.control #3

Open nicolaslandry opened 7 years ago

nicolaslandry commented 7 years ago

In the code for wrap_rpart, rpart_control is automatically set to rpart.control(cp=0)

It would be great to be allowed to modify this parameter and rpart.control in general as an argument in adaboost. Is it possible?