Delegating Loop End (deprecated)

This Node Is Deprecated — This node is kept for backwards-compatibility, but the usage in new workflows is no longer recommended. The documentation below might contain more information.

The delegating nodes are deprecated since 2.10. Please use the Recursive Loop Nodes instead. 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.

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.

Input Ports

Icon
Data to be collected for the output
Icon
Data to be passed back to loop start.

Output Ports

Icon
The rows collected from the first in port.

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.