A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.2.009"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.2.009" expanded="true" name="Process"> <process expanded="true" height="520" width="643"> <operator activated="true" class="retrieve" compatibility="5.2.009" expanded="true" height="60" name="Retrieve" width="90" x="45" y="75"> <parameter key="repository_entry" value="//Samples/data/Iris"/> </operator> <operator activated="true" class="optimize_parameters_grid" compatibility="5.2.009" expanded="true" height="94" name="Optimize Parameters (Grid)" width="90" x="246" y="75"> <list key="parameters"> <parameter key="Clustering.k" value="[2.0;20;19;linear]"/> </list> <process expanded="true" height="538" width="643"> <operator activated="true" class="k_means" compatibility="5.2.009" expanded="true" height="76" name="Clustering" width="90" x="45" y="30"> <parameter key="k" value="20"/> </operator> <operator activated="true" class="apply_model" compatibility="5.2.009" expanded="true" height="76" name="Apply Model" width="90" x="179" y="30"> <list key="application_parameters"/> </operator> <operator activated="true" class="log" compatibility="5.2.009" expanded="true" height="76" name="Log" width="90" x="45" y="210"> <list key="log"> <parameter key="k" value="operator.Clustering.parameter.k"/> </list> </operator> <operator activated="true" class="log_to_data" compatibility="5.2.009" expanded="true" height="94" name="Log to Data" width="90" x="179" y="210"/> <operator activated="true" class="write_csv" compatibility="5.2.009" expanded="true" height="76" name="Write CSV" width="90" x="380" y="300"> <parameter key="csv_file" value="/home/marcin/temp/result_k_%{k}.csv"/> </operator> <operator activated="true" class="extract_macro" compatibility="5.2.009" expanded="true" height="60" name="Extract Macro" width="90" x="313" y="165"> <parameter key="macro" value="k"/> <parameter key="macro_type" value="data_value"/> <parameter key="attribute_name" value="k"/> <parameter key="example_index" value="-1"/> <list key="additional_macros"/> </operator> <operator activated="true" class="performance" compatibility="5.2.009" expanded="true" height="76" name="Performance" width="90" x="514" y="300"/> <connect from_port="input 1" to_op="Clustering" to_port="example set"/> <connect from_op="Clustering" from_port="cluster model" to_op="Apply Model" to_port="model"/> <connect from_op="Clustering" from_port="clustered set" to_op="Apply Model" to_port="unlabelled data"/> <connect from_op="Apply Model" from_port="labelled data" to_op="Log" to_port="through 1"/> <connect from_op="Log" from_port="through 1" to_op="Log to Data" to_port="through 1"/> <connect from_op="Log to Data" from_port="exampleSet" to_op="Extract Macro" to_port="example set"/> <connect from_op="Log to Data" from_port="through 1" to_op="Write CSV" to_port="input"/> <connect from_op="Write CSV" from_port="through" to_op="Performance" to_port="labelled data"/> <connect from_op="Performance" from_port="performance" to_port="performance"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="source_input 2" spacing="0"/> <portSpacing port="sink_performance" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> </process> </operator> <connect from_op="Retrieve" from_port="output" to_op="Optimize Parameters (Grid)" to_port="input 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> </process> </operator></process>