|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Multinomial.Logged | |
---|---|
cc.mallet.classify | Classes for training and classifying instances. |
Uses of Multinomial.Logged in cc.mallet.classify |
---|
Methods in cc.mallet.classify that return Multinomial.Logged | |
---|---|
Multinomial.Logged[] |
NaiveBayes.getMultinomials()
|
Multinomial.Logged |
NaiveBayes.getPriors()
|
Constructors in cc.mallet.classify with parameters of type Multinomial.Logged | |
---|---|
NaiveBayes(Pipe instancePipe,
Multinomial.Logged prior,
Multinomial.Logged[] classIndex2FeatureProb)
Construct a NaiveBayes classifier from a pipe, prior estimates for each Classification, and feature estimates of each Classification. |
|
NaiveBayes(Pipe instancePipe,
Multinomial.Logged prior,
Multinomial.Logged[] classIndex2FeatureProb)
Construct a NaiveBayes classifier from a pipe, prior estimates for each Classification, and feature estimates of each Classification. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |