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="6.2.000"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.2.000" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="generate_data" compatibility="6.2.000" expanded="true" height="60" name="Generate Data" width="90" x="45" y="120"> <parameter key="target_function" value="non linear"/> </operator> <operator activated="true" class="numerical_to_binominal" compatibility="6.2.000" expanded="true" height="76" name="Numerical to Binominal" width="90" x="179" y="120"> <parameter key="attribute_filter_type" value="single"/> <parameter key="attribute" value="label"/> <parameter key="include_special_attributes" value="true"/> <parameter key="min" value="-100000.0"/> <parameter key="max" value="32.0"/> </operator> <operator activated="true" class="weka:W-RandomForest" compatibility="5.3.001" expanded="true" height="76" name="W-RandomForest" width="90" x="313" y="120"/> <operator activated="true" class="store" compatibility="6.2.000" expanded="true" height="60" name="Store" width="90" x="447" y="120"> <parameter key="repository_entry" value="model"/> </operator> <operator activated="true" class="retrieve" compatibility="6.2.000" expanded="true" height="60" name="Retrieve" width="90" x="581" y="120"> <parameter key="repository_entry" value="model"/> </operator> <connect from_op="Generate Data" from_port="output" to_op="Numerical to Binominal" to_port="example set input"/> <connect from_op="Numerical to Binominal" from_port="example set output" to_op="W-RandomForest" to_port="training set"/> <connect from_op="W-RandomForest" from_port="model" to_op="Store" to_port="input"/> <connect from_op="Retrieve" from_port="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>
Martin Schmitz wrote:Mh, the process is working for me.