The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
what does "extractor_class " mean (FeatureExtraction operator)?
The functionality of the FeatureExtraction operator is not enough for my needs. Mainly I miss a replace or a split method. May I could solve my problems with "extractor_class"? What does this mean?
It sounds like "write your own Java class", what would be not too bad.
It sounds like "write your own Java class", what would be not too bad.
0
Answers
yes, the extractor class can be implemented by yourself. You simply have to implement the interface "FeatureExtractor", add the class to the RapidMiner / Java classpath during startup and specify the fully qualified class name for this parameter.
Cheers,
Ingo