A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.000"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.000" expanded="true" name="Process"> <process expanded="true" height="656" width="681"> <operator activated="true" class="generate_data" compatibility="5.3.000" expanded="true" height="60" name="Generate Data" width="90" x="45" y="30"> <parameter key="number_of_attributes" value="20"/> </operator> <operator activated="true" class="correlation_matrix" compatibility="5.3.000" expanded="true" height="94" name="Correlation Matrix" width="90" x="179" y="30"/> <operator activated="true" class="write_as_text" compatibility="5.3.000" expanded="true" height="76" name="Write as Text" width="90" x="313" y="30"> <parameter key="result_file" value="C:\TEMP\test.csv"/> </operator> <operator activated="true" class="read_csv" compatibility="5.3.000" expanded="true" height="60" name="Read CSV" width="90" x="179" y="165"> <parameter key="csv_file" value="C:\TEMP\test.csv"/> <parameter key="column_separators" value="\s"/> <parameter key="comment_characters" value=""/> <parameter key="first_row_as_names" value="false"/> <list key="annotations"/> <parameter key="encoding" value="windows-1252"/> <list key="data_set_meta_data_information"> <parameter key="0" value="att1.true.polynominal.attribute"/> <parameter key="1" value="att2.true.polynominal.attribute"/> <parameter key="2" value="att3.true.polynominal.attribute"/> <parameter key="3" value="att4.true.polynominal.attribute"/> <parameter key="4" value="att5.true.polynominal.attribute"/> <parameter key="5" value="att6.true.polynominal.attribute"/> <parameter key="6" value="att7.true.polynominal.attribute"/> <parameter key="7" value="att8.true.polynominal.attribute"/> <parameter key="8" value="att9.true.polynominal.attribute"/> <parameter key="9" value="att10.true.polynominal.attribute"/> </list> </operator> <operator activated="true" class="filter_example_range" compatibility="5.3.000" expanded="true" height="76" name="Filter Example Range" width="90" x="313" y="165"> <parameter key="first_example" value="3"/> <parameter key="last_example" value="12"/> </operator> <connect from_op="Generate Data" from_port="output" to_op="Correlation Matrix" to_port="example set"/> <connect from_op="Correlation Matrix" from_port="matrix" to_op="Write as Text" to_port="input 1"/> <connect from_op="Write as Text" from_port="input 1" to_port="result 1"/> <connect from_op="Read CSV" from_port="output" to_op="Filter Example Range" to_port="example set input"/> <connect from_op="Filter Example Range" from_port="example set output" to_port="result 2"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> <portSpacing port="sink_result 3" spacing="0"/> </process> </operator></process>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.0.003"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.0.002" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="generate_data" compatibility="6.0.003" expanded="true" height="60" name="Generate Data" width="90" x="45" y="30"> <parameter key="number_of_attributes" value="30"/> </operator> <operator activated="true" class="correlation_matrix" compatibility="6.0.003" expanded="true" height="94" name="Correlation Matrix" width="90" x="179" y="30"/> <operator activated="true" class="write_as_text" compatibility="6.0.003" expanded="true" height="76" name="Write as Text" width="90" x="313" y="30"> <parameter key="result_file" value="C:\test.txt"/> </operator> <connect from_op="Generate Data" from_port="output" to_op="Correlation Matrix" to_port="example set"/> <connect from_op="Correlation Matrix" from_port="matrix" to_op="Write as Text" to_port="input 1"/> <connect from_op="Write as Text" 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>