Closed GoogleCodeExporter closed 8 years ago
Hi Aris
are you using the code from the download or from the svn? Also what compiler is
being used with matlab? just to make sure its not a compiler specific issue can
you also try the precompiled version?
http://code.google.com/p/randomforest-matlab/downloads/detail?name=Windows-Preco
mpiled-RF_MexStandalone-v0.02-.zip&can=2&q=#makechanges
regards
Original comment by abhirana
on 22 Nov 2012 at 5:02
Thanks for your reply. I used the code following the link you sent and not it
seemed, the code was able to train but crashed at "classRF_predict" (testing)
and here is why...(i figured it out)
I ran the demo and it ran successfully, so it made be look harder in my code
and realised that I was passing the testing vectors in a column. That's because
from classifier to classifier vectors are requested in different format so I
overlooked that...Anyway, it seems that simply using the row (transpose)
worked. Isn't odd though that with just a minor mistake like that it would
crash to desktop?
For your information, my compiler is VS 2010.
Original comment by tsitiri...@gmail.com
on 23 Nov 2012 at 10:09
the major part of the code uses mex files and i think i am not doing a through
check of whether the sizes of data match or not. the C code in the mex file is
very finicky if the sizes are incorrect and that causes the crash. maybe i
should put some strict checks.
great that you got a solution to your problem. hope you find the package
useful. do tell if you run into any issues.
Original comment by abhirana
on 25 Nov 2012 at 9:28
Original issue reported on code.google.com by
tsitiri...@gmail.com
on 22 Nov 2012 at 4:51