static org.apache.hadoop.fs.Path |
DirichletDriver.buildClusters(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
DistributionDescription description,
int numClusters,
int maxIterations,
double alpha0,
boolean runSequential)
Iterate over the input vectors to produce cluster directories for each iteration |
static void |
DirichletDriver.run(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
DistributionDescription description,
int numModels,
int maxIterations,
double alpha0,
boolean runClustering,
boolean emitMostLikely,
double threshold,
boolean runSequential)
Iterate over the input vectors to produce clusters and, if requested, use the results of the final iteration to
cluster the input vectors. |