A program to recognize and reward our most engaged community members
WHen we do SOM reduction, do we get reduced feature set (like in PCA, or SVD reduction)? I thought SOM is a unsupervised classification scheme, am I missing something?
The ExampleSet Returned doesnot retain the ID number of the input ExampleSet, is there a way to retain it?
<operator name="Root" class="Process" expanded="yes"> <parameter key="logverbosity" value="status"/> <operator name="ExampleSource" class="ExampleSource"> <parameter key="attributes" value="C:\home\ingo\rm_workspace\sample\data\iris.aml"/> </operator> <operator name="SOMDimensionalityReduction" class="SOMDimensionalityReduction"> </operator></operator>
<operator name="Root" class="Process" expanded="yes"> <operator name="ExampleSetGenerator" class="ExampleSetGenerator"> <parameter key="number_examples" value="200"/> <parameter key="number_of_attributes" value="3"/> <parameter key="target_function" value="gaussian mixture clusters"/> </operator> <operator name="SOMDimensionalityReduction" class="SOMDimensionalityReduction"> <parameter key="net_size" value="3"/> </operator> <operator name="AttributeMerge" class="AttributeMerge"> <parameter key="first_attribute" value="SOM_0"/> <parameter key="second_attribute" value="SOM_1"/> </operator> <operator name="ChangeAttributeName" class="ChangeAttributeName"> <parameter key="new_name" value="cluster"/> <parameter key="old_name" value="SOM_0_SOM_1"/> </operator> <operator name="ChangeAttributeRole" class="ChangeAttributeRole"> <parameter key="name" value="cluster"/> <parameter key="target_role" value="cluster"/> </operator></operator>
I may have missed to included ID before, not sure what I had done. But it does work now. Sorry for false alarm.
If that is a correct behaviour what is the information I can get from that chart?