jbrukh / bayesian

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

add Observe method to support externally learned word frequencies #10

Closed sweigert closed 8 years ago

sweigert commented 8 years ago

External methods to learn word frequencies might be things like distributed word-count in spark. For online classification, however, it might still be desirable to use go.

jbrukh commented 8 years ago

Thanks for your contribution!