package
0.1.2
Repository: https://github.com/nsip/otf-classifier.git
Documentation: pkg.go.dev

# Functions

NewClassifier returns a new classifier.
NewClassifierFromFile loads an existing classifier from file.
This actually does the deserializing of a Gob encoded classifier.
NewClassifierTfIdf returns a new classifier.

# Variables

ErrUnderflow is returned when an underflow is detected.

# Structs

Classifier implements the Naive Bayesian Classifier.
No description provided by the author

# Type aliases

Class defines a class that the classifier will filter: C = {C_1, ..., C_n}.