|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.clustering.dirichlet.models.VectorModelDistribution
org.apache.mahout.clustering.dirichlet.models.NormalModelDistribution
org.apache.mahout.clustering.syntheticcontrol.dirichlet.NormalScModelDistribution
public class NormalScModelDistribution
An implementation of the ModelDistribution interface suitable for testing the DirichletCluster algorithm. Uses a Normal Distribution
Constructor Summary | |
---|---|
NormalScModelDistribution()
|
Method Summary | |
---|---|
Model<VectorWritable>[] |
sampleFromPrior(int howMany)
|
Methods inherited from class org.apache.mahout.clustering.dirichlet.models.NormalModelDistribution |
---|
sampleFromPosterior |
Methods inherited from class org.apache.mahout.clustering.dirichlet.models.VectorModelDistribution |
---|
getModelPrototype, setModelPrototype |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NormalScModelDistribution()
Method Detail |
---|
public Model<VectorWritable>[] sampleFromPrior(int howMany)
sampleFromPrior
in interface ModelDistribution<VectorWritable>
sampleFromPrior
in class NormalModelDistribution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |