Re: [R] Import/convert PMML to R model

2011-10-11 Thread Graham Williams
Not possible (at least with the "pmml" package) at this time. There is some experimental code for reading PMML (and converting into standalone executable C code) but importing into an R object needs quite a bit of work to re-create the kmeans object before it would be worth releasing. Regards, Gra

Re: [R] Import/convert PMML to R model

2011-06-01 Thread Raji
Hi R-helpers, Can you please let me know if it is possible to import a PMML in R? If yes, can you give me the command to do the same? If not, can you tell me the reason why? Many thanks, Raji -- View this message in context: http://r.789695.n4.nabble.com/Import-convert-PMML-to-R-model-tp333277

[R] Import/convert PMML to R model

2011-03-03 Thread Raji
Hi R-helpers, I have saved my kmeansModel as a pmml using the PMML package in R using the following commands. library(pmml) pmml(kmeansModel) I have to import this saved pmml model and save it in a kmeansModel again. Can you please let me know the R commands to do that? Thanks, Raji -- View t