pvnick / rf-ace

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

terminate called after throwing an instance of 'int' #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Calling 

rf-ace --filter -I vector -i 0 -T vector.sub.arff -n 1000 -m 10 -o predictions

on the file attached gives 

terminate called after throwing an instance of 'int'

Does rf-ace support the sparse arff format?

What version of the product are you using? On what operating system?

|  RF-ACE version:  1.0.6, Aug 17 2012      |
|    Compile date:  Aug 23 2012, 17:04:14   |

uname -a : Linux lucid-vostro 2.6.35-32-generic-pae #68-Ubuntu SMP Tue Mar 27 
18:04:42 UTC 2012 i686 GNU/Linux

Original issue reported on code.google.com by digitalpebble on 30 Aug 2012 at 2:25

Attachments:

GoogleCodeExporter commented 8 years ago
Unfortunately RF-ACE currently only supports the non-sparse ARFF format. In 
your case I suspect the call pattern should instead be (--filter removed, since 
you want to do prediction and not feature selection):

rf-ace -I vector -i 0 -T vector.sub.arff -n 1000 -m 10 -o predictions

Original comment by timo.erk...@gmail.com on 31 Aug 2012 at 1:30

GoogleCodeExporter commented 8 years ago
Instead of throwing the cryptic error message, RF-ACE should now be more 
verbose. I consider this issue fixed -- closing...

Original comment by timo.erk...@gmail.com on 11 Mar 2013 at 4:34