A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.008"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.008" expanded="true" name="Process"> <process expanded="true" height="224" width="614"> <operator activated="true" class="generate_data" compatibility="5.1.008" expanded="true" height="60" name="Generate Data" width="90" x="45" y="120"> <parameter key="target_function" value="gaussian mixture clusters"/> <parameter key="number_examples" value="1000"/> <parameter key="number_of_attributes" value="2"/> </operator> <operator activated="true" class="split_data" compatibility="5.1.008" expanded="true" height="94" name="Split Data" width="90" x="179" y="120"> <enumeration key="partitions"> <parameter key="ratio" value="0.7"/> <parameter key="ratio" value="0.3"/> </enumeration> </operator> <operator activated="true" class="k_means" compatibility="5.1.008" expanded="true" height="76" name="Clustering" width="90" x="313" y="30"/> <operator activated="true" class="apply_model" compatibility="5.1.008" expanded="true" height="76" name="Apply Model" width="90" x="447" y="120"> <list key="application_parameters"/> </operator> <connect from_op="Generate Data" from_port="output" to_op="Split Data" to_port="example set"/> <connect from_op="Split Data" from_port="partition 1" to_op="Clustering" to_port="example set"/> <connect from_op="Split Data" from_port="partition 2" to_op="Apply Model" to_port="unlabelled data"/> <connect from_op="Clustering" from_port="cluster model" to_op="Apply Model" to_port="model"/> <connect from_op="Apply Model" from_port="labelled data" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="90"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator></process>