Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.learn |
Modifier and Type | Field and Description |
---|---|
protected NaiveBayes.Count |
NaiveBayes.NaiveBayesVector.priorCount
The prior count is the number of times either
scaledAdd method has been
called. |
Modifier and Type | Method and Description |
---|---|
NaiveBayes.Count |
NaiveBayes.NaiveBayesVector.getPrior()
Returns the prior count of the prediction value associated with this vector.
|
Constructor and Description |
---|
NaiveBayesVector(NaiveBayes.Count[] w)
Simply initializes
NaiveBayes.NaiveBayesVector.counts . |
Copyright © 2016. All rights reserved.