[Java-ML-support] How to save a model file for later use
Status: Beta
Brought to you by:
thomasabeel
From: Ritesh <rit...@gm...> - 2013-08-10 05:42:26
|
H i, I was wondering if there is some way to save something like a model file on the disk after we build a classifier from a dataset. The API documentation lists the methods "buildClassifier" which basically trains and builds any classifier and "classify" which classifies an instance using this classifier. So effectively it means I have to build a classifier every time I want to classify some instances which takes up lot of resource. Is there a way to save the classifier after "buildClassifier" which could be loaded into the memory any time we want to classify some instance? Regards, Ritesh |