table.add(new SimpleTuple(Arrays.asList("no", format.parse("2008-02-01T09:00:00"))));
table.add(new SimpleTuple(Arrays.asList("no", format.parse("2008-02-03T22:00:00"))));
table.add(ControlBlock.LIST_END);
BuildClassifierActivity activity = new BuildClassifierActivity();
KeyValueProperties properties = new SimpleKeyValueProperties();
properties.put(
BuildClassifierActivity.CLASSIFIER_CLASS_NAME,
"weka.classifiers.trees.J48");
activity.configureActivity(properties);
MockInputPipe dataInput = new MockInputPipe(table.toArray());