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)
           
 

Methods in org.apache.mahout.clustering.dirichlet that return types with arguments of type DirichletCluster
 java.util.List<DirichletCluster<O>> DirichletState.getClusters()
           
 

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 DirichletReducer.reduce(org.apache.hadoop.io.Text key, java.util.Iterator<VectorWritable> values, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,DirichletCluster<VectorWritable>> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void DirichletState.setClusters(java.util.List<DirichletCluster<O>> clusters)
           
 



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