jbrukh / bayesian

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

Allow de/serializing via io.Reader/io.Writer #2

Closed thechriswalker closed 11 years ago

thechriswalker commented 11 years ago

This adds to the NewClassifierFromFile and Classifier.WriteToFile methods to allow reading and writing to the io.Reader/io.Writer interfaces.