I want to build a Random Decision Forest with some novelty. Specifically I want to change its split function. I need a Random Decision Forest implementation that I can understand and edit in a short period of time. I have looked at library: ALGLIB and TMVA. Both of these libraries look complicated to understand and edit. I need something modular so that I can change module related only to split function.

Thank you.

Similar questions and discussions