Call rapid miner select attribute process into eclipse
Shivangi
New Altair Community Member
Answers
-
Hi,
if you have already selected "subset" as the filter type (so you can enter multiple attributes), you can simply call
to set the attributes manually. The names are simply divided by "|".
operator.setParameter(SubsetAttributeFilter.PARAMETER_ATTRIBUTES, "att1|att2|att3");
Regards,
Marco0