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.
Delegating Loop End
The data passed to port 0 is collected and passed to the output.
The data in port 1 is returned to the delegating loop start.
E.g. Port 0 is collecting the PMML cells. Port 1 contains the false predicted data points.
Dialog Options
- Maximal number of iterations
- The loop will stop after these number of iterations, to ensure no endless loop is created.
- Minimal number of rows
- The minimal number of rows passed back to the loop start. If the input contains less rows, the loop ends.
- Output only last result
- If this option is checked only the last input to the Collecting data port is passed through to the outport. Hence, the data of earlier iterations is discarded.
Ports
Input Ports
0 |
Data to be collected for the output |
1 |
Data to be passed back to loop start. |
Output Ports
0 |
The rows collected from the first in port. |
This node is contained in KNIME Ensemble Learning
provided by KNIME GmbH, Konstanz, Germany.