Re: [Java-ML-support] On LibSVM wrapper
Status: Beta
Brought to you by:
thomasabeel
From: Thomas A. <th...@ab...> - 2014-07-18 14:09:02
|
What's the goal of accessing the model? If it's for reuse, you can serialize the entire LibSVM object. If it's for something else, the answer is no, the model is a private variable within the wrapper and right now there is no accessor method. I'm happy to include it if you send a merge request on github. cheers, Thomas On 7/16/2014 4:12 AM, PhD - Wang Jingyi wrote: > The last email was blocked, so I send again. :) > On 16 Jul, 2014, at 3:38 pm, Wang Jingyi-sutd > <jin...@my... > <mailto:jin...@my...>> wrote: > >> Hi: >> >> I'm using your LibSVM wrapper class. >> >> After building the classifier, is there a way for me to access the >> result model obtained? >> >> *Regards,* >> *Jingyi* > > The above message may contain confidential and/or proprietary > information that is exempt from disclosure under applicable law and is > intended for receipt and use solely by the addressee(s) named above. > If you are not the intended recipient, you are hereby notified that > any use, dissemination, distribution, or copying of this message, or > any attachment, is strictly prohibited. If you have received this > email in error, please inform the sender immediately by reply e-mail > or telephone, reversing the charge if necessary. Please delete the > message thereafter. Thank you. > > > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > > > _______________________________________________ > Java-ml-support mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-ml-support |