The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
SOMDimensionalityReduction and split attribute set
brianbaker
Member Posts: 24 Maven
I want to create an SOM classification and keep the attributes moving through the process stream. When I create the SOM I get back the ID, label, and SOM dimensions only. How do I keep the attributes?
More generally, is there a way to duplicate the attributes, send them into two separate processes and join them back into one set? I've found the join operators, but I haven't found a split.
Thanks!
More generally, is there a way to duplicate the attributes, send them into two separate processes and join them back into one set? I've found the join operators, but I haven't found a split.
Thanks!
<operator name="som" class="SOMDimensionalityReduction" breakpoints="after">
<parameter key="return_preprocessing_model" value="true"/>
<parameter key="number_of_dimensions" value="1"/>
<parameter key="net_size" value="20"/>
<parameter key="training_rounds" value="60"/>
</operator>
Tagged:
0
Answers
just use the iomultiply operator to copy the exampleset before using the som. After this just join the original and the new exampleset. The id's will be used to identify examples which belong together.
Greetings,
Sebastian
I can merge the som dimension field back in: However, I'd like to be able to split the stream, do different manipulations to both pieces and then merge them. When I try, the 1st data set always goes into the chain. Is there a way to reorder the data sets so that I can run each through a different set of operations?
yes. You can use the IOSelector to push one of the data sets on top of the stack of objects.
Or simply wait for RapidMiner 5. This will make all this things unnecessary and much more intuitive because of the explicit flow layout.
Greetings,
Sebastian
we are going to publish the final version in mid December since it's definitively something you have to put under the Christmas tree
Greetings,
Sebastian