A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.009"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.009" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="generate_nominal_data" compatibility="5.3.009" expanded="true" height="60" name="Generate Nominal Data" width="90" x="45" y="75"> <parameter key="number_examples" value="10"/> <parameter key="number_of_attributes" value="1"/> </operator> <operator activated="true" class="filter_examples" compatibility="5.3.009" expanded="true" height="76" name="Filter Examples" width="90" x="179" y="75"> <parameter key="condition_class" value="attribute_value_filter"/> <parameter key="parameter_string" value="att1=value0"/> </operator> <operator activated="true" class="branch" compatibility="5.3.009" expanded="true" height="94" name="Branch" width="90" x="313" y="75"> <parameter key="condition_type" value="min_examples"/> <parameter key="condition_value" value="0"/> <process expanded="true"> <operator activated="true" class="print_to_console" compatibility="5.3.009" expanded="true" height="76" name="Execute" width="90" x="45" y="30"> <parameter key="log_value" value="Execute process"/> </operator> <connect from_port="condition" to_op="Execute" to_port="through 1"/> <connect from_op="Execute" from_port="through 1" to_port="input 1"/> <portSpacing port="source_condition" spacing="0"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="source_input 2" spacing="0"/> <portSpacing port="sink_input 1" spacing="0"/> <portSpacing port="sink_input 2" spacing="0"/> </process> <process expanded="true"> <operator activated="true" class="print_to_console" compatibility="5.3.009" expanded="true" height="76" name="Idle" width="90" x="45" y="30"> <parameter key="log_value" value="Do nothing"/> </operator> <connect from_port="condition" to_op="Idle" to_port="through 1"/> <connect from_op="Idle" from_port="through 1" to_port="input 1"/> <portSpacing port="source_condition" spacing="0"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="source_input 2" spacing="0"/> <portSpacing port="sink_input 1" spacing="0"/> <portSpacing port="sink_input 2" spacing="0"/> </process> </operator> <connect from_op="Generate Nominal Data" from_port="output" to_op="Filter Examples" to_port="example set input"/> <connect from_op="Filter Examples" from_port="example set output" to_op="Branch" to_port="condition"/> <connect from_op="Filter Examples" from_port="original" to_op="Branch" to_port="input 1"/> <connect from_op="Branch" from_port="input 1" 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>