sanity / quickml

A fast and easy to use decision tree learner in java
http://quickml.org/
GNU Lesser General Public License v3.0
232 stars 52 forks source link

How to save and load later trained RandomForest classifier? #86

Closed yoihito closed 9 years ago

sanity commented 9 years ago

RandomForest can be serialized using Java's built-in serialization.

yoihito commented 9 years ago

Thank you for your answer.