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 this message in context: http://r.789695.n4.nabble.com/Import-convert-PMML-to-R-model-tp3332772p3332772.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@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.