🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Bug - Using RapidMiner from Java-Application"

User: "pser"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "land"
    New Altair Community Member
    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