Skip to content
Back to formatted view

Raw Message

Message-ID: <1303378598031-3465495.post@n4.nabble.com>
Date: 2011-04-21T09:36:38Z
From: Raji
Subject: Retrieve model from R without save

Hi All,

  We have an application which uses R algorithms. We are currently using
save() command to store models.But for save() command, we have to give the
filename.But, in our application, we cannot afford to save it in any
specific location. In this case , for accessing the models generated in R ,
we cannot use the save() command since, save () stores the pmml in local
file. 

Is there any way in which we can get the model data directly from R without
storing it locally?

Note: Our code is written in Java and we use JRI to connect to R.

Many thanks in advance,
Raji

--
View this message in context: http://r.789695.n4.nabble.com/Retrieve-model-from-R-without-save-tp3465495p3465495.html
Sent from the R help mailing list archive at Nabble.com.