PMML Compiler

This node translates a PMML model into Java bytecode which can be executed by a Compiled Model Predictor. For some models the precompiled code runs significantly faster than the default implementation. Currently supported PMML models are all those generated by KNIME plus Naive Bayes:

  • Regression
  • SVM
  • MLP
  • K-Means Clustering
  • Decision Trees
  • Naive Bayes
  • Rulesets
  • Ensembles of the above
The generated bytecode can be exported as a JAR file using the Compiled Model to JAR Writer node.

Options

Model package
The package under which the model classes are saved.
Model name
The name of the main model class.

Input Ports

Icon
The model to be compiled

Output Ports

Icon
The compiled model

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.