SOMDimensionalityReduction and split attribute set
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>