Configuration conf = new Configuration();
DirichletDriver.run(conf, getTestTempDirPath("testdata"), output, description, 15, 10, 1.0, true, true, 0, true);
// run ClusterDumper
ClusterDumper clusterDumper =
new ClusterDumper(finalClusterPath(conf, output, 10), new Path(output, "clusteredPoints"));
clusterDumper.printClusters(termDictionary);
}
@Test
public void testDirichlet3() throws Exception {
Path output = getTestTempDirPath("output");