Open GoogleCodeExporter opened 8 years ago
hi
thanks for the detailed bug
yeh, there is inefficient storage going on. i intend to fix ndbigtree in
sometime
the other variables are tightly wound up in the code. the total storage
required is nrnodes (rows) x ntree (cols), and its stored in a row first order
which causes each tree to have atleast nrnodes (ntree is fixed but number of
nodes in tree are atmost nrnodes). if it was a col first order than the nrnodes
and the storage size could be reallocated (increased) at run-time. i haven't
written the original code (its from randomforest-r) and i dont want to mess
anything with it so i haven't made any modifications to it.
Original comment by abhirana
on 10 Apr 2012 at 1:04
Original issue reported on code.google.com by
jianghua...@gmail.com
on 7 Apr 2012 at 10:42