LIBLINEARStringOutcomeDataWriter.class,
new String[] { "-s", "1", "-c", "0.5" });
public static void main(String[] args) throws Exception {
// parse the options, validate them, and generate XMI if necessary
final EvaluationOptions options = CliFactory.parseArguments(EvaluationOptions.class, args);
SHARPXMI.validate(options);
SHARPXMI.generateXMI(options);
// determine the grid of parameters to search through
// for the full set of LIBLINEAR parameters, see: