Machine::Bayes::BayesClasifier
Inherits Reference / Object
Constructors
new(categories_names : Array(String))
SourceInstance methods
categories
Sourcecategory_counts
Sourceclassifications(text)
Sourceclassify(text : String)
Sourceclassify_with_score(text : String)
Sourcecount_words_occurence(text)
Sourcetrain(category : String, text : String)
Source