The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Is ParameterTypeCheckBoxGroup no more supported?
I was building an operator with ParameterTypeCheckBoxGroup, and I find when I want to get the parameters, it returned null
ParameterTypeCheckBoxGroup leads=new ParameterTypeCheckBoxGroup(PARAMETER_LEADS, "choose the leads to focus on"); for (String lead : leadName.getLead()){
leads.add(null,lead);
}
ParameterTypeCheckBoxGroup leads=new ParameterTypeCheckBoxGroup(PARAMETER_LEADS, "choose the leads to focus on"); for (String lead : leadName.getLead()){
leads.add(null,lead);
}
step.focused_leads= stringToSelection(getParameterAsString(PARAMETER_LEADS));
0
Best Answer
-
jwpfau Employee-RapidMiner, Member Posts: 303 RM EngineeringHi,
i hope you figured out in the meantime how to use it, there is also an usage example on github:
https://github.com/rapidminer/rapidminer-studio-modular/blob/9.10.0/rapidminer-studio-core/src/main/java/com/rapidminer/operator/preprocessing/filter/columns/ValueTypeColumnFilter.java
Greetings,
Jonas0
Answers
I saw you posting multiple questions around creating your own extensions. Unfortunately, I don't know the answers myself, but wanted to make sure you are aware of the documentation that can be found here: For Developers - RapidMiner Documentation
Have a nice weekend