jbrukh / bayesian

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

Request for a new function that will enable adding of new class to an existing classifier #24

Open tonyStreet opened 6 years ago

tonyStreet commented 6 years ago

Hi,

I found this library very useful. I think since this has a supervised learning mechanism, it would be good if we can add a new class for stuffs that can be learned that can't be categorized from the existing classes.

Thanks