ajaiantilal / randomforest-matlab

Automatically exported from code.google.com/p/randomforest-matlab
6 stars 6 forks source link

Segmentation violation problem #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi 

i am running Windows-Precompiled-RF_MexStandalone-v0.02 for regression problem.

first i am creating the model using "regRF_train"  then i am runing 
"regRF_predict" command in side a while loop several iterations. when i 
incerase problem size matlab give an segmetation error.

i am calling above function from the matlab.
my error file and section of the matlab code attached.

since i dont have set up svn , i can't get latest code. i checked couple of 
other threads related to this problem. according to that problem would be in 
memory allocation (malloc)

would you please give me latest copy of the code (src folder) for RF-regression 
(read only version) so i can compile them using mex command.
or if you can please send me precompiled 32bit and 64 bit mex files

thanks & regards
Kasun

Original issue reported on code.google.com by dakas...@gmail.com on 6 Feb 2013 at 2:55

Attachments:

GoogleCodeExporter commented 8 years ago
you can get almost the latest download here

http://code.google.com/p/randomforest-matlab/issues/detail?id=41#c8

Original comment by abhirana on 6 Feb 2013 at 3:34

GoogleCodeExporter commented 8 years ago
hi, I have met similar problem as you.
 Case is when the training and testing data have different structure, say for training data  has 100 features, but for test, have 101 features, then this problem happen.

I am not sure whether this is helpful for you.

Original comment by zhangleu...@gmail.com on 18 Mar 2013 at 3:34