Options

How install this plugin?

mycris90mycris90 Member Posts: 3 Contributor I
edited August 2019 in Help
Hi! I downloaded a plugin (for HMMs) from this page: http://hector.cs.ucf.edu/teamwork/?page_id=86

The plugin is compressed in a. Zip and inside, there is a folder called HMM and inside, there are several folders and files. Java.

There is not .jar file.

How to install this plugin?

Thanks in advance!! :)
Tagged:

Answers

  • Options
    ielhassaniielhassani Member Posts: 10 Contributor II
    Does anyone know how to install that plugin?
    Thank you.
  • Options
    MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    This plugin is not officially supported by Rapid-I, for any detailed questions you should contact the plugin maintainer.

    However, you probably have to compile the plugin yourself if you can't find a jar file. For that, you have to import RapidMiner into eclipse as described on our website: http://rapid-i.com/content/view/25/48/lang,en/

    Then add the plugin to the eclipse workspace, too. To build the jar file, you have to:
    1. execute the "createJar" target of RapidMiner's build.xml
    2. execute the "install" or "createJar" target of the extension's build.xml

    If you have no experience in java development, it would be probably easier to contact the publisher of the HMM extension directly and kindly ask for the jar file :)

    Best, Marius
Sign In or Register to comment.