A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.015"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.015" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="generate_data_user_specification" compatibility="5.3.015" expanded="true" height="60" name="Generate Data by User Specification" width="90" x="45" y="165"> <list key="attribute_values"> <parameter key="Attribute1" value=""Blue""/> </list> <list key="set_additional_roles"/> </operator> <operator activated="true" class="generate_attributes" compatibility="5.3.015" expanded="true" height="76" name="Generate Attributes" width="90" x="112" y="30"> <list key="function_descriptions"> <parameter key="Calculation" value="if(Attribute1 == "Green",1,"I'm a NULL")"/> </list> </operator> <operator activated="true" class="declare_missing_value" compatibility="5.3.015" expanded="true" height="76" name="Declare Missing Value" width="90" x="246" y="30"> <parameter key="mode" value="nominal"/> <parameter key="nominal_value" value="I'm a NULL"/> </operator> <connect from_op="Generate Data by User Specification" from_port="output" to_op="Generate Attributes" to_port="example set input"/> <connect from_op="Generate Attributes" from_port="example set output" to_op="Declare Missing Value" to_port="example set input"/> <connect from_op="Declare Missing Value" from_port="example set output" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator></process>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.0.004"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.0.004" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="retrieve" compatibility="6.0.004" expanded="true" height="60" name="Retrieve Golf" width="90" x="45" y="30"> <parameter key="repository_entry" value="//Samples/data/Golf"/> </operator> <operator activated="true" class="generate_attributes" compatibility="6.0.004" expanded="true" height="76" name="Generate Attributes" width="90" x="179" y="30"> <list key="function_descriptions"> <parameter key="attr" value="if(matches(Outlook, "sunny"),1,NaN)"/> </list> </operator> <connect from_op="Retrieve Golf" from_port="output" to_op="Generate Attributes" to_port="example set input"/> <connect from_op="Generate Attributes" from_port="example set output" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator></process>