gsethi / rf-ace

Automatically exported from code.google.com/p/rf-ace
0 stars 0 forks source link

Segmentation fault reading .arff file #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
line 40 of treedata.cpp causes segmentation fault
sampleHeaders_.resize(rawMatrix[0].size(),"NO_SAMPLE_ID");
......................^^^^^^^^^^^^^^^^^^^

Original issue reported on code.google.com by ads901...@gmail.com on 2 Jan 2012 at 3:10

GoogleCodeExporter commented 8 years ago
This issue is fixed in the latest revision I just made. I haven't verified that 
operating with .ARFFs works otherwise as expected; I will implement some unit 
tests.

Original comment by timo.erk...@gmail.com on 2 Jan 2012 at 7:25

GoogleCodeExporter commented 8 years ago

Original comment by timo.erk...@gmail.com on 14 Jan 2012 at 9:52