Klasse NaiveBayesTrainer

Alle implementierten Schnittstellen:
Trainer, EventTrainer

public class NaiveBayesTrainer extends AbstractEventTrainer
Trains models using the combination of EM algorithm and Naive Bayes classifier which is described in:

Text Classification from Labeled and Unlabeled Documents using EM Nigam, McCallum, et al. paper of 2000

Siehe auch: