wc.read(r);
try {
Cluster root = wc.startClustering();
DrawTree.printTree(root,"../tmp/t.png");
wc.saveModel("../tmp/t.m");
wc.saveTxt("../tmp/t.txt");
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (Exception e) {