Methods in org.apache.mahout.clustering.dirichlet with parameters of type DistributionDescription |
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 |
protected static DirichletState |
DirichletMapper.loadState(org.apache.hadoop.conf.Configuration conf,
String statePath,
DistributionDescription description,
double alpha,
int k)
|
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. |
static void |
DirichletDriver.run(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.Path output,
DistributionDescription description,
int numClusters,
int maxIterations,
double alpha0,
boolean runClustering,
boolean emitMostLikely,
double threshold,
boolean runSequential)
Convenience method provides default Configuration
Iterate over the input vectors to produce clusters and, if requested, use the
results of the final iteration to cluster the input vectors. |