Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Is ParameterTypeCheckBoxGroup no more supported?

HaoyangHaoyang Member Posts: 19 Learner I
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);
}
step.focused_leads= stringToSelection(getParameterAsString(PARAMETER_LEADS));

Best Answer

Answers

  • CKönigCKönig Employee, Member Posts: 70 RM Team Member
    Hi @Haoyang,

    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
Sign In or Register to comment.