Class NaiveBayesEvalParameters


  • public class NaiveBayesEvalParameters
    extends EvalParameters
    Parameters for the evalution of a naive bayes classifier
    • Constructor Detail

      • NaiveBayesEvalParameters

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

      • getOutcomeTotals

        public double[] getOutcomeTotals()
      • getVocabulary

        public long getVocabulary()