e.printStackTrace();
System.exit(0);
}
try {
EventStream es = new BasicEventStream(new PlainTextByLineDataStream(
new FileReader(new File(dataFileName))), ",");
while (es.hasNext())
predictor.eval(es.next(), real);
return;
} catch (Exception e) {
System.out.println("Unable to read from specified file: "
+ modelFileName);