paulgoetze / weka-jruby

Machine Learning & Data Mining with JRuby
MIT License
65 stars 8 forks source link

Serialization #3

Closed paulgoetze closed 8 years ago

paulgoetze commented 8 years ago

Allows serializing classifiers, clusterers, filters, instances by calling #serialize and serializing all objects that implement the java.io.Serializable interface through the Weka::Core::SerializationHelper.