A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.2.002"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.2.002" expanded="true" name="Process"> <process expanded="true" height="638" width="716"> <operator activated="true" class="generate_data" compatibility="5.2.002" expanded="true" height="60" name="Generate Data" width="90" x="112" y="30"> <parameter key="target_function" value="random classification"/> </operator> <operator activated="true" class="correlation_matrix" compatibility="5.2.002" expanded="true" height="94" name="Correlation Matrix" width="90" x="313" y="30"/> <connect from_op="Generate Data" from_port="output" to_op="Correlation Matrix" to_port="example set"/> <connect from_op="Correlation Matrix" from_port="example set" to_port="result 1"/> <connect from_op="Correlation Matrix" from_port="matrix" 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="5.2.000"> <context> <input> <location>//RapdMinerNewLocalRepository/CorrTest</location> </input> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.2.000"expanded="true" name="Process"> <process expanded="true" height="435" width="413"> <operator activated="true" class="retrieve"compatibility="5.2.000" expanded="true" height="60" name="Retrieve"width="90" x="87" y="237"> <parameter key="repository_entry" value="corrTest2"/> </operator> <operator activated="true" class="correlation_matrix"compatibility="5.2.000" expanded="true" height="94" name="CorrelationMatrix" width="90" x="338" y="221"> <parameter key="squared_correlation" value="true"/> </operator> <connect from_op="Retrieve" from_port="output"to_op="Correlation Matrix" to_port="example set"/> <connect from_op="Correlation Matrix" from_port="example set"to_port="result 1"/> <connect from_op="Correlation Matrix" from_port="matrix"to_port="result 2"/> <portSpacing port="source_input 1" spacing="54"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator></process>
<portSpacing port="source_input 1" spacing="0"/>
RCL1 wrote:I'm getting a pairwise table now...