Operator ExampleFilter
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
Find more posts tagged with
Sort by:
1 - 4 of
41
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
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
- ParameterTypeAttributes,
- AttributesValueCellEditor and also
- ParameterTypeAttributes.
These classes should give you a clue how to make and register your own parameter type.
radone