Operator ExampleFilter
kieffer57
New Altair Community Member
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
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
0
Answers
-
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.
radone0 -
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 ?
Thanks0 -
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.0
-
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,
Simon0