@Test
public void testDirichlet3() throws Exception {
Path output = getTestTempDirPath("output");
NamedVector prototype = (NamedVector) sampleData.get(0).get();
DistributionDescription description =
new DistributionDescription(DistanceMeasureClusterDistribution.class.getName(),
RandomAccessSparseVector.class.getName(),
ManhattanDistanceMeasure.class.getName(),
prototype.getDelegate().size());
Configuration conf = new Configuration();
DirichletDriver.run(conf, getTestTempDirPath("testdata"), output, description, 15, 10, 1.0, true, true, 0, true);