A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.0"> <context> <input> <location/> </input> <output> <location/> <location/> </output> <macros/> </context> <operator activated="true" class="process" expanded="true" name="Process"> <process expanded="true" height="646" width="714"> <operator activated="true" class="generate_data" expanded="true" height="60" name="Generate Data" width="90" x="45" y="75"> <parameter key="target_function" value="spiral cluster"/> <parameter key="number_of_attributes" value="2"/> </operator> <operator activated="true" class="detect_outlier_cof" expanded="true" height="76" name="Detect Outlier (COF)" width="90" x="179" y="75"> <parameter key="number_of_neighbors" value="1"/> </operator> <operator activated="true" class="set_role" expanded="true" height="76" name="Set Role" width="90" x="313" y="75"> <parameter key="name" value="outlier"/> </operator> <operator activated="true" class="filter_examples" expanded="true" height="76" name="Filter Examples" width="90" x="447" y="75"> <parameter key="condition_class" value="attribute_value_filter"/> <parameter key="parameter_string" value="Outlier =true"/> </operator> <operator activated="true" class="loop_examples" expanded="true" height="76" name="Loop Examples" width="90" x="581" y="75"> <parameter key="iteration_macro" value="exampleIndex"/> <process expanded="true" height="646" width="714"> <operator activated="true" class="set_data" expanded="true" height="76" name="Set Data" width="90" x="45" y="30"> <parameter key="attribute_name" value="att1"/> <parameter key="example_index" value="%{exampleIndex}"/> <parameter key="value" value="NaN"/> </operator> <connect from_port="example set" to_op="Set Data" to_port="example set input"/> <connect from_op="Set Data" from_port="example set output" to_port="example set"/> <portSpacing port="source_example set" spacing="0"/> <portSpacing port="sink_example set" spacing="0"/> <portSpacing port="sink_output 1" spacing="0"/> </process> </operator> <connect from_op="Generate Data" from_port="output" to_op="Detect Outlier (COF)" to_port="example set input"/> <connect from_op="Detect Outlier (COF)" from_port="example set output" to_op="Set Role" to_port="example set input"/> <connect from_op="Set Role" from_port="example set output" to_op="Filter Examples" to_port="example set input"/> <connect from_op="Filter Examples" from_port="example set output" to_op="Loop Examples" to_port="example set"/> <connect from_op="Filter Examples" from_port="original" 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="5.0"> <context> <input> <location/> </input> <output> <location/> <location/> </output> <macros/> </context> <operator activated="true" class="process" expanded="true" name="Process"> <process expanded="true" height="646" width="714"> <operator activated="true" class="generate_data" expanded="true" height="60" name="Generate Data" width="90" x="45" y="75"> <parameter key="target_function" value="spiral cluster"/> <parameter key="number_of_attributes" value="2"/> </operator> <operator activated="true" class="detect_outlier_cof" expanded="true" height="76" name="Detect Outlier (COF)" width="90" x="179" y="75"> <parameter key="number_of_neighbors" value="1"/> </operator> <operator activated="true" class="generate_attributes" expanded="true" height="76" name="Generate Attributes" width="90" x="313" y="75"> <list key="function_descriptions"> <parameter key="att1_replaced" value="if(Outlier == "true", 0/0, att1)"/> </list> </operator> <operator activated="true" class="select_attributes" expanded="true" height="76" name="Select Attributes" width="90" x="447" y="75"> <parameter key="attribute_filter_type" value="single"/> <parameter key="attribute" value="att1"/> <parameter key="invert_selection" value="true"/> </operator> <operator activated="true" class="rename" expanded="true" height="76" name="Rename" width="90" x="581" y="75"> <parameter key="old_name" value="att1_replaced"/> <parameter key="new_name" value="att1"/> </operator> <connect from_op="Generate Data" from_port="output" to_op="Detect Outlier (COF)" to_port="example set input"/> <connect from_op="Detect Outlier (COF)" from_port="example set output" to_op="Generate Attributes" to_port="example set input"/> <connect from_op="Generate Attributes" from_port="example set output" to_op="Select Attributes" to_port="example set input"/> <connect from_op="Select Attributes" from_port="example set output" to_op="Rename" to_port="example set input"/> <connect from_op="Rename" 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>