NaiveBayes_c_sharp.docVIP

  • 4
  • 0
  • 约 23页
  • 2016-11-30 发布于河南
  • 举报
NaiveBayes_c_sharp

NaiveBayes_c_sharp using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NaiveBayes { /// summaryImplementation of Naive Bayes classifier/summary public class NaiveBayes { /// summaryType of feature to use in the Naive Bayes classifier/summary public enum FeatureType { /// summaryUse regular word features/summary Regular, /// summaryUse regular word features removing words with less than 3 chracters/summary RegularRemovingSmallWordsAndNumbers, /// summary

文档评论(0)

1亿VIP精品文档

相关文档