朴素贝叶斯分类器Naive Bayes

优点Naive Bayes classifiers tend to perform especially well in one of the following situations:

  • When the naive assumptions actually match the data (very rare in practice)
  • For very well-separated categories, when model complexity is less important
  • For very high-dimensional data, when model complexity is less important

你可能感兴趣的:(朴素贝叶斯分类器Naive Bayes)