An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.0"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" expanded="true" name="Process"> <process expanded="true" height="353" width="934"> <operator activated="true" class="read_csv" expanded="true" height="60" name="Read CSV" width="90" x="96" y="61"> <parameter key="file_name" value="C:\Haddock\vilency.csv"/> </operator> <operator activated="true" class="set_role" expanded="true" height="76" name="Set Role" width="90" x="246" y="75"> <parameter key="name" value="id"/> <parameter key="target_role" value="id"/> </operator> <operator activated="true" class="numerical_to_binominal" expanded="true" height="76" name="Numerical to Binominal" width="90" x="380" y="75"/> <operator activated="true" class="fp_growth" expanded="true" height="76" name="FP-Growth" width="90" x="506" y="72"> <parameter key="min_support" value="0.1"/> </operator> <operator activated="true" class="create_association_rules" expanded="true" height="60" name="Create Association Rules" width="90" x="648" y="120"> <parameter key="min_confidence" value="0.5"/> </operator> <connect from_op="Read CSV" from_port="output" to_op="Set Role" to_port="example set input"/> <connect from_op="Set Role" 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="example set" to_port="result 1"/> <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="rules" 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>