options[4] = "-P";
try {
clusterer.setOptions(options);
clusterer.setPrintNewick(true);
clusterer.buildClusterer(dataset);
// clusterer.graph() gives only the first cluster and in the case
// there
// are more than one cluster the variables in the second cluster are
// missing.
// I'm using clusterer.toString() which contains all the clusters in