Skip to main content

Parameter Set to ExampleSet

Synopsis

This Operator converts a given Parameter Set to an ExampleSet.

Description

The resulting ExampleSet contain one Attribute for each Parameter in the Parameter Set. By default the attributes are of type Nominal. By checking the 'Try to estimate type of parameters'-option the Operator tries to convert each Parameter first to an Integer, than to a Double and sets the type of the corresponding Attribute in the resulting ExampleSet to Integer, respectively Real. If the value of the parameter cannot be parsed into an Integer or Double the Attribute type is set to Nominal.

Input

parameters

The Parameter Set which shall be converted into an ExampleSet.

Output

example set

ExampleSet containing the parameters of the input Parameter Set as attributes.

performance

If the input Parameter Set contains a Performance Vector it is delivered at this port.

original

The original Parameter Set.

Parameters

Try to estimate type of parameters

Try to estimate the value type (Integer, Real or Nominal) of the parameters.