out.write(pmml);
out.close();
PmmlVisualizer c= new PmmlVisualizer("pmml.dat", "svg.css");
StringWriter result = new StringWriter();
mOutput.write(ControlBlock.LIST_BEGIN);
mOutput.write(c.convert(new PrintWriter(result)).toCharArray());
mOutput.write(ControlBlock.LIST_END);
}
catch (ClassCastException e) {
throw new ActivityProcessingException(e);