Class NaiveBayesModelEvaluator

    • Constructor Detail

      • NaiveBayesModelEvaluator

        public NaiveBayesModelEvaluator​(org.dmg.pmml.PMML pmml)
      • NaiveBayesModelEvaluator

        public NaiveBayesModelEvaluator​(org.dmg.pmml.PMML pmml,
                                        org.dmg.pmml.naive_bayes.NaiveBayesModel naiveBayesModel)
    • Method Detail

      • getSummary

        public java.lang.String getSummary()
        Description copied from interface: Evaluator

        Gets a short description of the Model.

      • getFieldCountSums

        protected java.util.Map<java.lang.String,​java.util.Map<java.lang.Object,​java.lang.Number>> getFieldCountSums()