Package opennlp.tools.ml.naivebayes
Class NaiveBayesEvalParameters
java.lang.Object
opennlp.tools.ml.model.EvalParameters
opennlp.tools.ml.naivebayes.NaiveBayesEvalParameters
Specialized 
parameters for the evaluation of a naive bayes classifier- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNaiveBayesEvalParameters(Context[] params, int numOutcomes, double[] outcomeTotals, long vocabulary) 
- 
Method SummaryMethods inherited from class opennlp.tools.ml.model.EvalParametersequals, getNumOutcomes, getParams, hashCode
- 
Constructor Details- 
NaiveBayesEvalParameterspublic NaiveBayesEvalParameters(Context[] params, int numOutcomes, double[] outcomeTotals, long vocabulary) 
 
- 
- 
Method Details- 
getOutcomeTotalspublic double[] getOutcomeTotals()
- 
getVocabularypublic long getVocabulary()
 
-