org.apache.mahout.clustering.dirichlet.models
Class AbstractVectorModelDistribution
java.lang.Object
org.apache.mahout.clustering.dirichlet.models.AbstractVectorModelDistribution
- All Implemented Interfaces:
- ModelDistribution<VectorWritable>
- Direct Known Subclasses:
- DistanceMeasureClusterDistribution, GaussianClusterDistribution
public abstract class AbstractVectorModelDistribution
- extends Object
- implements ModelDistribution<VectorWritable>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractVectorModelDistribution
protected AbstractVectorModelDistribution()
AbstractVectorModelDistribution
protected AbstractVectorModelDistribution(VectorWritable modelPrototype)
getModelPrototype
public VectorWritable getModelPrototype()
- Returns:
- the modelPrototype
setModelPrototype
public void setModelPrototype(VectorWritable modelPrototype)
- Parameters:
modelPrototype
- the modelPrototype to set
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.