Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weak learner #52

Open
GoogleCodeExporter opened this issue Mar 7, 2016 · 1 comment
Open

weak learner #52

GoogleCodeExporter opened this issue Mar 7, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

hi 

I just find this implementation of randomforest in matlab,
I want to know if it is possible to modify the algorithm ?
what I want is to change the weak predictor ? is it possible to have specific 
split function for each node that is defined by user or one should use the tool 
as a black boxed function call ?

thanks

Original issue reported on code.google.com by f.ne...@gmail.com on 18 Dec 2012 at 8:45

@GoogleCodeExporter
Copy link
Author

the algorithm is somewhat complicated so it may non-trivial to change the split 
function. The split function is called findBestSplit and is in a .f file for 
classification and in regRf.cpp for classification.

yup, rf is more or less used like a black box function call.

Original comment by abhirana on 19 Dec 2012 at 9:10

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant