Class NaiveBayes


  • public class NaiveBayes
    extends java.lang.Object
    • Field Detail

      • outputIndex

        protected int outputIndex
      • totalCount

        protected int totalCount
      • params

        protected java.util.HashMap<Attribute,java.lang.Object[]> params
    • Constructor Detail

      • NaiveBayes

        public NaiveBayes()