<operator name="Root" class="Process" expanded="yes"> <operator name="ExampleSetGenerator" class="ExampleSetGenerator"> <parameter key="target_function" value="simple non linear classification"/> </operator> <operator name="EqualLabelWeighting" class="EqualLabelWeighting"> </operator></operator>
haddock wrote:Hi there,You could do this by filtering and counting using data macros, but a quick and sneaky fix sometimes has its place, like this...<process omitted>
<operator name="Root" class="Process" expanded="yes"> <operator name="ExampleSetGenerator" class="ExampleSetGenerator"> <parameter key="target_function" value="simple non linear classification"/> </operator> <operator name="EqualLabelWeighting" class="EqualLabelWeighting"> </operator> <operator name="AttributeConstruction" class="AttributeConstruction"> <list key="function_descriptions"> <parameter key="Count" value="0.5/weight"/> </list> </operator></operator>