online-random-forests
online-random-forests copied to clipboard
Online Random Forests
Could you tell me where is the code that show how to discard trees when data distribution is changed
Hi, I try to run the online-random-forests with my own data,but it has remained in this state: ``` root@yuyong-Lenovo-V580c:/usr/local/include/orf# ./Online-Forest -c conf/orf.conf --orf --t2 OnlineMCBoost Classification Package: Loading config file:...
Hi, I was wondering if you could detail the significance of the two parameters in the code. The first is "numRandomTests". Is this parameter analogous to mtry in Brieman's random...
Is the temporal weighting scheme described in the paper implemented in the code and if so, how is the parameter controlling this adjusted?
Hi, Is there a way to save a model and then test it on another set of data for a later use? So the steps I'd like to take are:...
Hi, there I tried to build this program, and I found the makefile may miss sth: 1)Should $(LDFLAGS) be placed after $(OBJECTS)? 2)-lblas may be needed in LDFLAGS, otherwise it...