Options

Call rapid miner select attribute process into eclipse

ShivangiShivangi Member Posts: 6 Contributor II
edited November 2018 in Help
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...
Tagged:

Answers

  • Options
    Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,993 RM Engineering
    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
Sign In or Register to comment.