Path output = getTestTempDirPath("output");
Configuration conf = new Configuration();
MeanShiftCanopyDriver.run(conf, getTestTempDirPath("testdata"), output,
measure, kernelProfile, 0.5, 0.01, 0.05, 10, false, true, true);
// run ClusterDumper
ClusterDumper clusterDumper = new ClusterDumper(finalClusterPath(conf,
output, 10), new Path(output, "clusteredPoints"));
clusterDumper.printClusters(termDictionary);
}