Uses of Class
cc.mallet.types.Dirichlet
-
Packages that use Dirichlet Package Description cc.mallet.pipe.iterator Classes that generate instances from different kinds of input or data structures.cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of Dirichlet in cc.mallet.pipe.iterator
Constructors in cc.mallet.pipe.iterator with parameters of type Dirichlet Constructor Description RandomFeatureVectorIterator(Randoms r, Dirichlet classCentroidDistribution, double classCentroidAvergeAlphaMean, double classCentroidAvergeAlphaVariance, double featureVectorSizePoissonLambda, double classInstanceCountPoissonLamba, java.lang.String[] classNames)
RandomTokenSequenceIterator(Randoms r, Dirichlet classCentroidDistribution, double classCentroidAvergeAlphaMean, double classCentroidAvergeAlphaVariance, double featureVectorSizePoissonLambda, double classInstanceCountPoissonLamba, java.lang.String[] classNames)
-
Uses of Dirichlet in cc.mallet.types
Methods in cc.mallet.types that return Dirichlet Modifier and Type Method Description abstract Dirichlet
Dirichlet.Estimator. estimate()
Dirichlet
Dirichlet.MethodOfMomentsEstimator. estimate()
Dirichlet
Dirichlet. randomDirichlet(Randoms r, double averageAlpha)
Methods in cc.mallet.types with parameters of type Dirichlet Modifier and Type Method Description double
Dirichlet. absoluteDifference(Dirichlet other)
Compute the L1 residual between two dirichletsdouble
Dirichlet. squaredDifference(Dirichlet other)
Compute the L2 residual between two dirichletsConstructors in cc.mallet.types with parameters of type Dirichlet Constructor Description InstanceList(Randoms r, Dirichlet classCentroidDistribution, double classCentroidAverageAlphaMean, double classCentroidAverageAlphaVariance, double featureVectorSizePoissonLambda, double classInstanceCountPoissonLambda, java.lang.String[] classNames)
Creates a list consisting of randomly-generatedFeatureVector
s.MAPEstimator(Dirichlet d)
-