Uses of Class
org.apache.mahout.clustering.dirichlet.DirichletCluster

Packages that use DirichletCluster
org.apache.mahout.clustering.dirichlet   
 

Uses of DirichletCluster in org.apache.mahout.clustering.dirichlet
 

Methods in org.apache.mahout.clustering.dirichlet that return DirichletCluster
protected  DirichletCluster DirichletClusterer.updateCluster(Cluster model, int k)
           
 

Methods in org.apache.mahout.clustering.dirichlet that return types with arguments of type DirichletCluster
 List<DirichletCluster> DirichletState.getClusters()
           
static List<DirichletCluster> DirichletClusterMapper.getClusters(org.apache.hadoop.conf.Configuration conf)
           
protected static List<DirichletCluster> DirichletClusterMapper.loadClusters(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path stateIn)
           
 

Method parameters in org.apache.mahout.clustering.dirichlet with type arguments of type DirichletCluster
 void DirichletClusterer.emitPointToClusters(VectorWritable vector, List<DirichletCluster> clusters, org.apache.hadoop.mapreduce.Mapper.Context context)
          Emit the point to one or more clusters depending upon clusterer state
 void DirichletClusterer.emitPointToClusters(VectorWritable vector, List<DirichletCluster> clusters, org.apache.hadoop.io.SequenceFile.Writer writer)
          Emit the point to one or more clusters depending upon clusterer state
 void DirichletState.setClusters(List<DirichletCluster> clusters)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.