clusterDumper.printClusters(termDictionary);
}
@Test
public void testMeanShift() throws Exception {
DistanceMeasure measure = new CosineDistanceMeasure();
IKernelProfile kernelProfile = new TriangularKernelProfile();
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);