A program to recognize and reward our most engaged community members
<operator name="Root" class="Process" expanded="yes"> <description text="Check comments tab!"/> <operator name="ExampleSetGenerator" class="ExampleSetGenerator"> <parameter key="target_function" value="simple non linear classification"/> </operator> <operator name="Copy exampleset" class="IOMultiplier"> <description text="The Learner will consume the examples, so keep a copy for later."/> <parameter key="io_object" value="ExampleSet"/> </operator> <operator name="1 Train on Att1 positive" class="ExampleFilter" breakpoints="after"> <parameter key="condition_class" value="attribute_value_filter"/> <parameter key="parameter_string" value="att1>0"/> </operator> <operator name="2 Make model" class="ID3Numerical"> </operator> <operator name="3 Test on Att1 negative" class="ExampleFilter" breakpoints="after"> <description text="As the learner has consumed the original exampleset, the copy madein step two is on top of the stack."/> <parameter key="condition_class" value="attribute_value_filter"/> <parameter key="parameter_string" value="att1<0"/> </operator> <operator name="Get Beer" class="ModelApplier"> <parameter key="keep_model" value="true"/> <list key="application_parameters"> </list> </operator></operator>