A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.014"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.014" expanded="true" name="Process"> <process expanded="true" height="477" width="706"> <operator activated="true" class="generate_data" compatibility="5.1.014" expanded="true" height="60" name="Generate Data" width="90" x="112" y="30"> <parameter key="target_function" value="simple non linear classification"/> <parameter key="number_examples" value="1000"/> </operator> <operator activated="true" class="bayesian_boosting" compatibility="5.1.014" expanded="true" height="76" name="Bayesian Boosting" width="90" x="246" y="30"> <process expanded="true" height="477" width="706"> <operator activated="true" class="decision_tree" compatibility="5.1.014" expanded="true" height="76" name="Decision Tree" width="90" x="112" y="30"/> <connect from_port="training set" to_op="Decision Tree" to_port="training set"/> <connect from_op="Decision Tree" from_port="model" to_port="model"/> <portSpacing port="source_training set" spacing="0"/> <portSpacing port="sink_model" spacing="0"/> </process> </operator> <connect from_op="Generate Data" from_port="output" to_op="Bayesian Boosting" to_port="training set"/> <connect from_op="Bayesian Boosting" from_port="model" 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>
earmijo wrote:Copy the program Marius wrote for you to a text editor. Save it as Program1.rmp or program1.xml. Then read it into RapidMiner using File/Import Process...