Uses of Class
org.apache.mahout.clustering.dirichlet.models.AbstractVectorModelDistribution

Packages that use AbstractVectorModelDistribution
org.apache.mahout.clustering.dirichlet   
org.apache.mahout.clustering.dirichlet.models   
 

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

Methods in org.apache.mahout.clustering.dirichlet that return AbstractVectorModelDistribution
static AbstractVectorModelDistribution DirichletDriver.createModelDistribution(java.lang.String modelFactory, java.lang.String modelPrototype, java.lang.String distanceMeasure, int prototypeSize)
          Create an instance of AbstractVectorModelDistribution from the given command line arguments
 

Uses of AbstractVectorModelDistribution in org.apache.mahout.clustering.dirichlet.models
 

Subclasses of AbstractVectorModelDistribution in org.apache.mahout.clustering.dirichlet.models
 class AsymmetricSampledNormalDistribution
          An implementation of the ModelDistribution interface suitable for testing the DirichletCluster algorithm.
 class DistanceMeasureClusterDistribution
          An implementation of the ModelDistribution interface suitable for testing the DirichletCluster algorithm.
 class GaussianClusterDistribution
          An implementation of the ModelDistribution interface suitable for testing the DirichletCluster algorithm.
 class L1ModelDistribution
          An implementation of the ModelDistribution interface suitable for testing the DirichletCluster algorithm.
 class NormalModelDistribution
          An implementation of the ModelDistribution interface suitable for testing the DirichletCluster algorithm.
 class SampledNormalDistribution
          An implementation of the ModelDistribution interface suitable for testing the DirichletCluster algorithm.
 



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