You are viewing the RapidMiner Developers documentation for version 9.2 -Check here for latest version
Using a Simple Editor
Installing Java
The first step of setting up your development environment is installingJava, if you haven't already. You can download Javahere.
Downloading and installing your favorite text editor
The next step, if necessary, is installing your favorite text editor. For example, theEmacstext editor is popular.
Downloading the extension template
Once you have the tools, open theRapidMiner GitHub pagein your browser. Select the repositoryrapidminer-extension-template
.
Clone the repository or download and unpack the .zip file.
Using build.gradle
Open the filebuild.gradle
of the extension template project in your text editor and proceed to thenext step- giving your extension an individual name and settings.