Class NaiveBayesEvalParameters

java.lang.Object
opennlp.tools.ml.model.EvalParameters
opennlp.tools.ml.naivebayes.NaiveBayesEvalParameters

public class NaiveBayesEvalParameters extends EvalParameters
Specialized parameters for the evaluation of a naive bayes classifier
See Also:
  • Constructor Details

    • NaiveBayesEvalParameters

      public NaiveBayesEvalParameters(Context[] params, int numOutcomes, double[] outcomeTotals, long vocabulary)
  • Method Details

    • getOutcomeTotals

      public double[] getOutcomeTotals()
    • getVocabulary

      public long getVocabulary()