package
0.0.0-20190902015726-4a99208d6943
Repository: https://github.com/nsip/curriculum-align.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}.