Why would you want to do that? Isn't it easier to just package the model into your application war/jar and read the same a s ResourceStream as opposed to what you are proposing?
________________________________ From: Arun Avanathan <[email protected]> To: [email protected] Sent: Sunday, March 31, 2013 8:04 PM Subject: ModelSerializer.writeToJson() All, I'm new to Mahout. So please bear with my dumb question. In 0.4 we had writeToJson() method, but I don't see it in 0.7 version. Is there a way to serialize Models in json format? Idea is to store them in Database & rebuild the models when the application server comes up. Thanks Arun
