Ruleset to Table

Converts PMML RuleSet models (with firstHit rule selection method) to table containing the rules. This table is suitable for the Rule Engine (Dictionary) node as a rule input (even with PMML output generation). Use cases for this node: Convert the PMML model to ordinary table to

Dialog Options

Split rules to condition and outcome columns
When checked, two columns will be created for the rules, Condition and Outcome, otherwise the rules will reside in a single column, Rule.
Add confidence and weight columns
From PMML the confidence and weight attributes are extracted to columns.
Add Record count and Number of correct statistics columns
In PMML, the recordCount and the nbCorrect attributes provide statistics about the input (training/test/validation) data, with this option, this information can be extracted to the columns: Record count and Number of correct
Use additional parentheses to document precedence rules
If checked the output will contain additional parenthesis around rule parts to clearly document precedence. For instance, NOT is a stronger operator than AND than OR - using parenthesis improves readability. Checking this option does not change any of the rule logic.

Ports

Input Ports
0 The PMML RuleSet model
Output Ports
0 The table contains the rules' text (in single (Rule) or two columns (Condition, Outcome), the rule Confidence and Weight information and optionally the Record count (for how many rows did the ruleset matched when created) and Number of correct values where the outcome of the rule matched the expected label when the model was created.
This node is contained in KNIME Java Snippet Nodes provided by KNIME GmbH, Konstanz, Germany.