A program to recognize and reward our most engaged community members
I am applying an operation by groups by using "ValueSubgroupIterator". I have clicked for the option, "apply_on_complete_set" too. So, the number of output examplesets generated are (number of groups in the grouping attribute + 1). Now, I want to keep only that ExampleSet, which is generated by clicking the "apply_on_complete_set".
<operator name="Root" class="Process" expanded="yes"> <description text="#ylt#p#ygt#In cases where a learning scheme cannot handle numerical attributes it might be necessary to apply a discretization step. In this process we use FrequencyDiscretization which tries to identify split points in a way that all bins contain the same number of examples.#ylt#/p#ygt#"/> <operator name="ExampleSource" class="ExampleSource"> <parameter key="attributes" value="../data/sonar.aml"/> </operator> <operator name="FrequencyDiscretization" class="FrequencyDiscretization"> <parameter key="range_name_type" value="short"/> </operator> <operator name="IdTagging" class="IdTagging" breakpoints="after"> </operator> <operator name="ValueSubgroupIterator" class="ValueSubgroupIterator" expanded="yes"> <parameter key="apply_on_complete_set" value="true"/> <list key="attributes"> <parameter key="attribute_1" value="all"/> </list> <parameter key="filter_attribute" value="false"/> <operator name="IdTagging (2)" class="IdTagging"> </operator> </operator></operator>
<operator name="Spot the difference?" class="Process" expanded="yes"> <operator name="Datafile:- Group as Polynominal and x1 as numeric" class="ExampleSource"> <parameter key="attributes" value="C:\Documents and Settings\Alien\My Documents\rm_workspace\t.aml"/> </operator> <operator name="Make a copy example set for the comparison" class="IOMultiplier"> <parameter key="io_object" value="ExampleSet"/> </operator> <operator name="Firstly, Global Normalization" class="OperatorChain" expanded="yes"> <operator name="Grab examples copy 1" class="IOSelector"> <parameter key="io_object" value="ExampleSet"/> </operator> <operator name="Z it" class="Normalization" breakpoints="after"> </operator> </operator> <operator name="Then normalization by Group and Globally" class="OperatorChain" expanded="yes"> <operator name="Grab examples copy 2" class="IOSelector"> <parameter key="io_object" value="ExampleSet"/> <parameter key="select_which" value="2"/> </operator> <operator name="Foreach group and for all examples" class="ValueSubgroupIterator" expanded="yes"> <parameter key="apply_on_complete_set" value="true"/> <list key="attributes"> <parameter key="Group" value="all"/> </list> <parameter key="filter_attribute" value="false"/> <operator name="Do those Zs!" class="Normalization"> <parameter key="create_view" value="true"/> </operator> </operator> </operator></operator>