jbrukh / bayesian

Naive Bayesian Classification for Golang.
Other
799 stars 128 forks source link

added WordsByClass to help with debugging learned classifiers #6

Closed sweigert closed 9 years ago

sweigert commented 9 years ago

In order to assess the quality of a training set I found it useful to know which words are most prominent in a given class. Of course this could be done by a separate wordcount as well but the classifier did that already - so why not use it.