}
private static void clusterData(Configuration conf, Path points, Path canopies, Path output,
double clusterClassificationThreshold, boolean runSequential) throws IOException, InterruptedException,
ClassNotFoundException {
ClusterClassifier.writePolicy(new CanopyClusteringPolicy(), canopies);
ClusterClassificationDriver.run(points, output, new Path(output, CLUSTERED_POINTS_DIRECTORY),
clusterClassificationThreshold, true, runSequential);
}