https://github.com/am-kantox/rapidminer-extension-kantaxe
RapidMiner Extension Skeleton
https://github.com/am-kantox/rapidminer-extension-kantaxe
Last synced: 23 days ago
JSON representation
RapidMiner Extension Skeleton
- Host: GitHub
- URL: https://github.com/am-kantox/rapidminer-extension-kantaxe
- Owner: am-kantox
- Created: 2015-05-12T15:52:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T15:53:12.000Z (almost 10 years ago)
- Last Synced: 2025-02-09T19:53:14.996Z (3 months ago)
- Language: Java
- Size: 3.28 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes/CHANGES_1.0.000.txt
- License: licenses/LICENSE
Awesome Lists containing this project
README
RapidMiner Extension Template
=============================A template project for creating a RapidMiner Studio extension.
### Prerequisite
* Requires Gradle 2.3+ (get it [here](http://gradle.org/installation))### Getting started
1. Checkout the extension template2. Change the extension configuration in _build.gradle_ (e.g. replace 'Template' by the desired extension name)
3. Rename all Java classes and resource file names by replacing 'Template' by the desired extension name.
_Do not forget to adapt the **docbundle** attribute in the **operators** element of OperatorsTemplate.xml!_4. Add an extension icon by placing an image named "icon.png" in _src/main/resources/META-INF/_.
5. Build and install your extension by executing the _installExtension_ Gradle task
6. Start RapidMiner Studio and check whether your extension has been loaded