Skip to main content

Set Parameters from ExampleSet

Synopsis

This operator sets operator parameters values based on a simple input ExampleSet.

Description

This operator allows you to provide an ExampleSet containing attributes with operator name, parameter name and a value. This operator will replace the operator parameters with respective values provided. Be aware that the replacement will take place during runtime of this operator. Check the execution order if necessary.

Input

exampleset

The input ExampleSet containing the parameters to be set.

through

Any object you want to pass through the operator.

Output

through

The input object is passed through the operator and is delivered at the output port.

Parameters

Operator name attribute

The attribute with the name of the operators which parameters are changed.

Parameter name attribute

The attribute with the name of the parameters to change.

Value attribute

The attribute with the values to set.