🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

SOMDimensionalityReduction and split attribute set

User: "brianbaker"
New Altair Community Member
Updated by Jocelyn
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!

    <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>

Find more posts tagged with