The following node is available in the Open Source KNIME predictive analytics and data mining platform version 2.7.1. Discover over 1000 other nodes, as well as enterprise functionality at http://knime.com.
Converts a given R object, e.g. as generated by the R Learner node, into
a corresponding PMML object that can then be used together with all
KNIME predictors supporting PMML. The R object is first loaded into a
new R workspace and then converted into PMML (using the PMML library
in R). The toString() method in R is used to generate a
character stream describing the PMML object which is written to the
PMML out-port.
More details about R and PMML:
R project
PMML standard
0 | R object generated by a R node |
0 | PMML object |