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.2.009"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.0.000" expanded="true" name="Root"> <description><p>This process uses two important preprocessing operators: First the frequency discretization operator, which discretizes numerical attributes by putting the values into bins of equal size. Second, the filter operator nominal to binominal creates for each possible nominal value of a polynominal attribute a new binominal (binary) feature which is true if the example had the particular nominal value.</p><p>These preprocessing operators are necessary since particular learning schemes can not handle attributes of certain value types. For example, the very efficient frequent item set mining operator FPGrowth used in this process setup can only handle binominal features and no numerical or polynominal ones.</p><p>The next operator is the frequent item set mining operator FPGrowth. This operator efficiently calculates attribute value sets often occuring together. From these so called frequent item sets the most confident rules are calculated. with the association rule generator.</p> <p> The result will be displayed in a rule browser where desired conclusion can be selected in a selection list on the left side. As for all other tables available in RapidMiner you can sort the columns by clicking on the column header. Pressing CTRL during these clicks allows the selection for up to three sorting columns. </p> </description> <parameter key="logverbosity" value="warning"/> <process expanded="true" height="584" width="918"> <operator activated="true" class="retrieve" compatibility="5.0.000" expanded="true" height="60" name="Retrieve" width="90" x="45" y="30"> <parameter key="repository_entry" value="../../data/Transactions"/> </operator> <operator activated="true" class="nominal_to_binominal" compatibility="5.0.000" expanded="true" height="94" name="Nominal2Binominal" width="90" x="180" y="30"> <parameter key="transform_binominal" value="true"/> </operator> <operator activated="true" class="select_attributes" compatibility="5.0.000" expanded="true" height="76" name="AttributeFilter" width="90" x="315" y="30"> <parameter key="attribute_filter_type" value="regular_expression"/> <parameter key="regular_expression" value=".*true.*"/> </operator> <operator activated="true" class="multiply" compatibility="5.2.009" expanded="true" height="94" name="Multiply" width="90" x="447" y="120"/> <operator activated="true" class="fp_growth" compatibility="5.0.000" expanded="true" height="76" name="With must contain" width="90" x="581" y="30"> <parameter key="must_contain" value="CAR = true"/> </operator> <operator activated="true" class="fp_growth" compatibility="5.2.009" expanded="true" height="76" name="Without must contain" width="90" x="581" y="165"/> <connect from_op="Retrieve" from_port="output" to_op="Nominal2Binominal" to_port="example set input"/> <connect from_op="Nominal2Binominal" from_port="example set output" to_op="AttributeFilter" to_port="example set input"/> <connect from_op="AttributeFilter" from_port="example set output" to_op="Multiply" to_port="input"/> <connect from_op="Multiply" from_port="output 1" to_op="With must contain" to_port="example set"/> <connect from_op="Multiply" from_port="output 2" to_op="Without must contain" to_port="example set"/> <connect from_op="With must contain" from_port="frequent sets" to_port="result 1"/> <connect from_op="Without must contain" from_port="frequent sets" to_port="result 2"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="18"/> <portSpacing port="sink_result 2" spacing="0"/> <portSpacing port="sink_result 3" spacing="0"/> </process> </operator></process>
Marius wrote:Hi Bemoose,what exactly does not work? Can you provide a sample process and sample data which cause the problem?Best,Marius