// mod = train(es, Integer.parseInt(args[ai++]), Integer.parseInt(args[ai++]));
// else
// mod = train(es, 100, 5);
System.out.println("Saving the model as: " + outFile);
model.serialize(new FileOutputStream(outFile));
}
catch (Exception e) {
e.printStackTrace();
}
}