[][src]Module bayespam::classifier

Structs

Classifier

A bayesian spam classifier.

Functions

identify

Identify whether msg is a spam or not, based on a pre-trained model.

score

Compute the spam score of msg, based on a pre-trained model. The higher the score, the stronger the liklihood that msg is a spam is.