tp = TreeParameters.createInstanceOrDie(algo, null, data);
tree = new Tree(tp);
// write out the tree we built
try {
tree.show(String.format("./gallery-%s/trees/%03d.txt", name, i));
} catch(IOException e) {
fail(e.toString());
}
ImageParameters ip = new ImageParameters(width, height);