Svetlomir, Can you say more about your application?
Would it be possible to move to using the ModelSerialization style? The LogisticModelParameters style is fairly limited insofar as what it can do. On Thu, Jun 2, 2011 at 5:01 PM, Svetlomir Kasabov < [email protected]> wrote: > Hello, > > since I updated my trunk version of Mahout today, I get an empty file for > the model when executing this code: > > / OutputStream modelOutput = new FileOutputStream(LOGISTIC_MODEL); > try { > this.lmp.saveTo(modelOutput); > } finally { > modelOutput.close(); > } > > Do you know what can be the problem? > > Many thanks, > > Svetlomir. > / > > >
