Displaying 1 result from an estimated 1 matches for "tp3465495p3472682".
2011 Apr 21
2
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