[R] exporting LDA model possible ?

R. Michael Weylandt michael.weylandt at gmail.com
Thu Mar 22 14:23:39 CET 2012


save() the model object and then you can load() it into a new session.

Michael

On Thu, Mar 22, 2012 at 7:00 AM, David martin <vilanew at gmail.com> wrote:
> Hi,
> is it possible to export the LDA model into a file so that it can be reused
> in R afterwards ?
>
> I have already checked the package "pmml" but does not seem to export LDA
> models.
>
> thanks,
> david
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list