Listing 1 shows what a simple document classifier might look like.
清单1说明了一个简单的文档分类程序可能是什么样子。
2
The first approach is a simple Map-Reduce-enabled Naive Bayes classifier.
第一种方法是使用简单的支持Map - Reduce的Naive Bayes分类器。
3
Naive Bayes classifier is a simple and effective classification method based on probability theory, but its attribute independence assumption is often violated in the real world.