Options

"Bug - Using RapidMiner from Java-Application"

pserpser Member Posts: 8 Contributor II
edited May 2019 in Help
Hello,

when calling RapidMiner from Java I tried to use the init-Method from the RapidMiner.java:

RapidMiner.java, Line 207:
public static void init(InputStream operatorsXMLStream,
                File pluginDir,
                boolean addWekaOperators,
                boolean searchJDBCInLibDir,
                boolean searchJDBCInClasspath,
                boolean addPlugins) {
init(operatorsXMLStream, null, pluginDir, addWekaOperators, searchJDBCInLibDir, searchJDBCInClasspath, addPlugins);
}

I noticed that this should read:
init(operatorsXMLStream, pluginDir, null, addWekaOperators, searchJDBCInLibDir, searchJDBCInClasspath, addPlugins);

I'm still working with RM 4.4 so perhaps you already fixed this bug.

Greetings,
Daniel
Tagged:

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi Daniel,
    you are right, this was a little mixed up. I fixed this now.

    As a small hint: There is a bugtracker available on bugs.rapid-i.com, so you might post new bugs there :)

    Greetings,
      Sebastian

Sign In or Register to comment.