URL: | http://weka.sourceforge.net/doc.packages/complementNaiveBayes | |
Author: | Ashraf M. Kibriya <amk14{[at]}cs.waikato.ac.nz> | |
Maintainer: | Weka team <wekalist{[at]}list.scms.waikato.ac.nz> |
Class for building and using a Complement class Naive Bayes classifier.
For more information see,
Jason D. Rennie, Lawrence Shih, Jaime Teevan, David R. Karger: Tackling the Poor Assumptions of Naive Bayes Text Classifiers. In: ICML, 616-623, 2003.
P.S.: TF, IDF and length normalization transforms, as described in the paper, can be performed through weka.filters.unsupervised.StringToWordVector.