pmml to Java

Hello ,

I would like to ask if it is possible somehow to parse my pmml files with knime and convert them into java code.

Thank you in advance,

Ieronimakis Pantelis

 

KNIME supports PMML in most of its data mining nodes, and implements the current PMML standard v4.1 as proposed by the dmg.org. That means, KNIME comes along with a number of Java classes that allow parsing PMML. However, KNIME can also read/write PMML and translate that into XML using all KNIME and especially the XML nodes. If you want to check out the sources, please download the KNIME SDK and search for PMML with the org.knime.core and org.knime.base plug-ins.