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/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.0.10" expanded="true" name="Process"> <process expanded="true" height="325" width="614"> <operator activated="true" class="retrieve" compatibility="5.0.10" expanded="true" height="60" name="Retrieve" width="90" x="112" y="75"> <parameter key="repository_entry" value="//Samples/data/Iris"/> </operator> <operator activated="true" class="k_means" compatibility="5.0.10" expanded="true" height="76" name="Clustering" width="90" x="246" y="75"/> <operator activated="true" class="write_csv" compatibility="5.0.10" expanded="true" height="60" name="Write CSV" width="90" x="380" y="120"> <parameter key="csv_file" value="cluster.csv"/> </operator> <operator activated="true" class="write_model" compatibility="5.0.10" expanded="true" height="60" name="Write Model" width="90" x="380" y="30"> <parameter key="model_file" value="model.xml"/> <parameter key="output_type" value="XML"/> </operator> <connect from_op="Retrieve" from_port="output" to_op="Clustering" to_port="example set"/> <connect from_op="Clustering" from_port="cluster model" to_op="Write Model" to_port="input"/> <connect from_op="Clustering" from_port="clustered set" to_op="Write CSV" to_port="input"/> <connect from_op="Write CSV" from_port="through" to_port="result 2"/> <connect from_op="Write Model" from_port="through" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="54"/> <portSpacing port="sink_result 2" spacing="126"/> <portSpacing port="sink_result 3" spacing="0"/> </process> </operator></process>