Simple Bayes v0.3.1 SimpleBayes

Summary

Functions

classify(agent, string)

See SimpleBayes.Classifier.classify/2.

classify_one(agent, string)

See SimpleBayes.Classifier.classify_one/2.

default_weight()
init()
smoothing()
stop_words()
train(agent, category, string)

See SimpleBayes.Trainer.train/3.

train(agent, category, string, opts)

See SimpleBayes.Trainer.train/4.