朴素贝叶斯分类器Naive Bayes
Posted focusonoutput
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了朴素贝叶斯分类器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的主要内容,如果未能解决你的问题,请参考以下文章