Call rapid miner select attribute process into eclipse

User: "Shivangi"
New Altair Community Member
Updated by Jocelyn
hello sir...

i get success to call replace missing process into eclipse and it work perfectly ..
but now i want to call select attribute process but i didn't get ant idea for how to pass multiple attribute for selection...

If possible than plz help me...

Thamk you...

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Marco_Boeck"
    New Altair Community Member
    Hi,

    if you have already selected "subset" as the filter type (so you can enter multiple attributes), you can simply call

    operator.setParameter(SubsetAttributeFilter.PARAMETER_ATTRIBUTES, "att1|att2|att3");
    to set the attributes manually. The names are simply divided by "|".

    Regards,
    Marco