Naive Bayes
基本解释
- 朴素贝叶斯
英汉例句
- However, for this article, I'll show only the Naive Bayes approach, because it demonstrates the overall problem and inputs in Mahout.
但在本文中,我只会演示 Naive Bayes 方法,因为这能让您看到总体问题和 Mahout 中的输入。 - Naive Bayes classifiers often break down when the size of the training examples per class are not balanced or when the data is not independent enough.
当各类的训练示例的大小不平衡,或者数据的独立性不符合要求时,Naive Bayes 分类器会出现故障。 - Naive Bayes classifiers are known to be fast and fairly accurate, despite their very simple (and often incorrect) assumptions about the data being completely independent.
Naive Bayes 分类器为速度快和准确性高而著称,但其关于数据的简单(通常也是不正确的)假设是完全独立的。
双语例句
词组短语
- naive -bayes 朴素贝叶斯
- Complementary Naive Bayes classifier 补充朴素贝叶斯分类器
- NB - Naive Bayes 朴素贝叶斯
- Discriminative Naive Bayes 区分式朴素贝叶斯
- General Naive Bayes 广义朴素贝叶斯
短语
专业释义
- 朴素贝叶斯
Weighted naive Bayes(simply WNB)is an extension of it.
加权朴素贝叶斯是对它的一种扩展。