How to aggregate Attribute Weight results and sum them up?

User: "Fred12"
New Altair Community Member
Updated by Jocelyn

ttt.png

I want to sum up all attribute weights for my attributes (e.g in a data table / example set), to see which ones are really important by "majority vote"

 

how can I do that? cant do it with aggregate or append, it complains that it not a data table, and there seems no way to get the columns "weight" or attribute weight directly, e.g from a log..

 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer

    On the menu bar if you click on "file" and then "new process" you'll have the option to choose one of the existing templates.  You want the "predictive maintenance" template.  See the attached screenshot.  

     

    In that example process there is a subprocess that has been labeled "determine influence factors" which has a bunch of processing related to using weights that you will prboably find helpful.

     

    pred maintentance template.PNG 

    User: "Fred12"
    New Altair Community Member
    OP
    Accepted Answer

    hi,

    ok I looked into that process, and its quite understandable the "determine influence factors" subprocess...

    somehow similar to what I did... however I was not impressed by the ranking of the attributes, 

    I excluded the first 2 most important attributes with select attributes operator, and it didnt change anything in the performance in the log... only when I excluded the first 5 most important sensors, performance changed by 0.027....