You are viewing the RapidMiner Developers documentation for version 9.1 -Check here for latest version
Creating Your Own Operator
There are two types of operators in RapidMiner - normal and super operators. Super operators contain one or more sub processes. This guide starts with implementing a normal operator, but you can check out theadvanced enhancementsto learn how to develop a super operator.
In this section:
- Learn about thestructure of the extension projectand what each file does.
- 创建您自己的操作符类.
- Configure settingsto load the operator into RapidMiner Studio.