KMeansDriver.run(conf, directoryContainingConvertedInput, clusters, output,
measure, convergenceDelta, maxIterations, true, false);
// run ClusterDumper
ClusterDumper clusterDumper = new ClusterDumper(finalClusterPath(conf,
output, maxIterations), new Path(output, "clusteredPoints"));
clusterDumper.printClusters(null);
}
/**
* Run the kmeans clustering job on an input dataset using the given distance
* measure, t1, t2 and iteration parameters. All output data will be written