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?
这听起来像“编写您自己的Java类would be not too bad.
0
Answers
IngoRMAdministrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University ProfessorPosts:1,751RM Founder
Hi,
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.
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