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
 DirichletCluster JsonClusterAdapter.deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)
           
protected  DirichletCluster DirichletClusterer.updateCluster(Cluster model, int k)
           
 

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

Methods in org.apache.mahout.clustering.dirichlet with parameters of type DirichletCluster
 com.google.gson.JsonElement JsonClusterAdapter.serialize(DirichletCluster src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
           
 

Method parameters in org.apache.mahout.clustering.dirichlet with type arguments of type DirichletCluster
 void DirichletClusterer.emitPointToClusters(VectorWritable vector, java.util.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, java.util.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(java.util.List<DirichletCluster> clusters)
           
 



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