A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.008"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.008" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="generate_transaction_data" compatibility="5.3.008" expanded="true" height="60" name="Generate Transaction Data" width="90" x="45" y="30"> <parameter key="number_transactions" value="100000"/> </operator> <operator activated="true" class="rename" compatibility="5.3.008" expanded="true" height="76" name="Rename" width="90" x="179" y="30"> <parameter key="old_name" value="Id"/> <parameter key="new_name" value="ID"/> <list key="rename_additional_attributes"> <parameter key="Item" value="article"/> </list> </operator> <operator activated="true" class="generate_attributes" compatibility="5.3.008" expanded="true" height="76" name="Generate Attributes" width="90" x="313" y="30"> <list key="function_descriptions"> <parameter key="action" value="round(rand()*2+1)"/> </list> </operator> <operator activated="true" class="generate_concatenation" compatibility="5.3.008" expanded="true" height="76" name="CONCAT" width="90" x="447" y="30"> <parameter key="first_attribute" value="article"/> <parameter key="second_attribute" value="action"/> </operator> <operator activated="true" class="select_attributes" compatibility="5.3.008" expanded="true" height="76" name="Select Attributes" width="90" x="581" y="30"> <parameter key="attribute_filter_type" value="subset"/> <parameter key="attributes" value="Amount||ID|article_action"/> <parameter key="include_special_attributes" value="true"/> </operator> <operator activated="true" class="pivot" compatibility="5.3.008" expanded="true" height="76" name="Pivot" width="90" x="112" y="165"> <parameter key="group_attribute" value="ID"/> <parameter key="index_attribute" value="article_action"/> </operator> <operator activated="true" class="replace_missing_values" compatibility="5.3.008" expanded="true" height="94" name="Replace Missing Values" width="90" x="246" y="165"> <parameter key="default" value="zero"/> <list key="columns"/> </operator> <operator activated="true" class="numerical_to_binominal" compatibility="5.3.008" expanded="true" height="76" name="Numerical to Binominal" width="90" x="380" y="165"/> <operator activated="true" class="fp_growth" compatibility="5.3.008" expanded="true" height="76" name="FP-Growth" width="90" x="112" y="300"> <parameter key="min_support" value="0.1"/> <parameter key="max_items" value="2"/> </operator> <operator activated="true" class="create_association_rules" compatibility="5.3.008" expanded="true" height="76" name="Create Association Rules" width="90" x="246" y="300"> <parameter key="min_confidence" value="0.1"/> </operator> <operator activated="true" class="item_sets_to_data" compatibility="5.3.008" expanded="true" height="76" name="Item Sets to Data" width="90" x="380" y="300"/> <operator activated="true" class="write_excel" compatibility="5.3.008" expanded="true" height="76" name="Write Excel" width="90" x="313" y="390"> <parameter key="excel_file" value="c:\itemsets.xls"/> </operator> <operator activated="true" class="split" compatibility="5.3.008" expanded="true" height="76" name="Split" width="90" x="447" y="390"> <parameter key="attribute_filter_type" value="single"/> <parameter key="attribute" value="Items"/> </operator> <operator activated="true" class="filter_examples" compatibility="5.3.008" expanded="true" height="76" name="Filter Examples" width="90" x="581" y="390"> <parameter key="condition_class" value="attribute_value_filter"/> <parameter key="parameter_string" value="Size=2"/> </operator> <connect from_op="Generate Transaction Data" from_port="output" to_op="Rename" to_port="example set input"/> <connect from_op="Rename" from_port="example set output" to_op="Generate Attributes" to_port="example set input"/> <connect from_op="Generate Attributes" from_port="example set output" to_op="CONCAT" to_port="example set input"/> <connect from_op="CONCAT" from_port="example set output" to_op="Select Attributes" to_port="example set input"/> <connect from_op="Select Attributes" from_port="example set output" to_op="Pivot" to_port="example set input"/> <connect from_op="Pivot" from_port="example set output" to_op="Replace Missing Values" to_port="example set input"/> <connect from_op="Replace Missing Values" from_port="example set output" to_op="Numerical to Binominal" to_port="example set input"/> <connect from_op="Numerical to Binominal" from_port="example set output" to_op="FP-Growth" to_port="example set"/> <connect from_op="FP-Growth" from_port="frequent sets" to_op="Create Association Rules" to_port="item sets"/> <connect from_op="Create Association Rules" from_port="item sets" to_op="Item Sets to Data" to_port="frequent item sets"/> <connect from_op="Item Sets to Data" from_port="example set" to_op="Write Excel" to_port="input"/> <connect from_op="Write Excel" from_port="through" to_op="Split" to_port="example set input"/> <connect from_op="Split" from_port="example set output" to_op="Filter Examples" to_port="example set input"/> <connect from_op="Filter Examples" from_port="example set output" 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>
And I don´t know what the 3 in Amount_Item 72_3.0 stands for.Can you please help me