Operator ExampleFilter

kieffer57
kieffer57 New Altair Community Member
edited November 5 in Community Q&A
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

Answers

  • radone
    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
  • kieffer57
    kieffer57 New Altair Community Member
    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
  • radone
    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.
  • fischer
    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