🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Operator ExampleFilter

User: "kieffer57"
New Altair Community Member
Updated by Jocelyn
Good morning,

Since few week, i work with rapidminer 5.1 . I need to use the operator ExampleFilter but i have seen that the field "paramString" must be manually filled. I have thought that it will be important to implement a dialog box which will be easier.
I began  but i don't know how i could it make.


Thanks

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "radone"
    New Altair Community Member
    You should check for an example:
    ParameterTypeAttributes,
    - AttributesValueCellEditor and also
    - ParameterTypeAttributes.

    These classes should give you a clue how to make and register your own parameter type.

    radone
    User: "kieffer57"
    New Altair Community Member
    OP
    Thanks for you answer!

    I have an other question about this subject. when i connect the operator "AML" and "ExampleFilter" , i can obtain the name of each attribute but not each values or range before executing.  Is it possible to find a solution to obtain these informations ?

    Thanks
    User: "radone"
    New Altair Community Member
    I am afraid you cannot obtain the values. This is possible only by executing the process. This can be often quite time consuming and therefore I am not so sure if this is a good idea.
    User: "fischer"
    New Altair Community Member
    Hi,

    improving the Example Filter with what you propose is something that we are working on, too. It will definitely be in the 5.2 release.

    The actual values can be obtained in some cases, but not in case of the AML example source. Actually, this is what the repository is for, it also stores all the meta data. Do you really need need AML files?

    Best,
    Simon