登录 注册
当前位置:主页 > 资源下载 > 10 > 朴素贝叶斯分类器:Bayes

朴素贝叶斯分类器:Bayes

  • 更新:2024-07-30 17:48:20
  • 大小:44KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

朴素贝叶斯分类器 基本描述 c++11实现了文本分类的基本方法,使用朴素贝叶斯文本分类算法。 使用方法 ###1. 创建字典 Dictionary dictionary = { "football", "match", "coldplay", "greenday", "java", "python" }; Document::set_modeling(WordBagModel(&dictionary)); ###2. 创建待分类的Document Document d1("I like football watching football matches every week occasionally playing football game"); Document d2("My favorite band