Call rapid miner select attribute process into eclipse

Shivangi
Shivangi New Altair Community Member
edited November 5 in Community Q&A
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...

Answers

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