Search found 1 match

by christophmf
Mon Jan 18, 2010 5:16 pm
Forum: SMILE
Topic: jSMILE crash on MissingValues in GreedyThickThinning
Replies: 1
Views: 5157

jSMILE crash on MissingValues in GreedyThickThinning

Dear developers,
jSMILE crashes in GreedyThickThinning when started on a Dataset containing MissingValues. You can test it easily, in testApp.java. Change in the method loadDataSet: ds.readFile(fname); --> ds.readFile(fname,"NA");
when you change one of the coefficients in credit.txt to NA and start ...