A program to recognize and reward our most engaged community members
<operator name="Root" class="Process" expanded="yes"> <operator name="load_data" class="ExampleSource"> <parameter key="attributes" value="iris.aml"/> </operator> <operator name="remove_label" class="FeatureNameFilter"> <parameter key="filter_special_features" value="true"/> <parameter key="skip_features_with_name" value="label"/> </operator> <operator name="copy_data" class="IOMultiplier"> <parameter key="io_object" value="ExampleSet"/> </operator> <operator name="process_minuend" class="OperatorChain" expanded="no"> <operator name="remove_first_row" class="ExampleFilter"> <parameter key="condition_class" value="attribute_value_filter"/> <parameter key="invert_filter" value="true"/> <parameter key="parameter_string" value="id=id_1"/> </operator> <operator name="remove_ID" class="FeatureNameFilter"> <parameter key="filter_special_features" value="true"/> <parameter key="skip_features_with_name" value="id"/> </operator> <operator name="addID" class="IdTagging"> </operator> </operator> <operator name="select_second_set" class="IOSelector"> <parameter key="io_object" value="ExampleSet"/> <parameter key="select_which" value="2"/> </operator> <operator name="process_subtrahend" class="OperatorChain" expanded="yes"> <operator name="remove_last_row" class="ExampleFilter"> <parameter key="condition_class" value="attribute_value_filter"/> <parameter key="invert_filter" value="true"/> <parameter key="parameter_string" value="id=id_150"/> </operator> <operator name="remove_ID (2)" class="FeatureNameFilter"> <parameter key="filter_special_features" value="true"/> <parameter key="skip_features_with_name" value="id"/> </operator> <operator name="addID (2)" class="IdTagging"> </operator> </operator> <operator name="ExampleSetJoin" class="ExampleSetJoin"> <parameter key="remove_double_attributes" value="false"/> </operator> <operator name="FeatureGeneration" class="FeatureGeneration"> <list key="functions"> <parameter key="new_a1" value="-(a1,a1_from_ES2)"/> <parameter key="new_a2" value="-(a2,a2_from_ES2)"/> </list> </operator></operator>
Victor wrote:If you going to add this operator, can you make it with a choice of the function:1. Differences.2. Ratios3. Ratios - 14. ln(ratios)This seem to cover all typical cases.