🎉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

"Rapid miner in R"

User: "m_r_nour"
New Altair Community Member
Updated by Jocelyn
Hi

RWeka packag in allow us to implement weka algorithms in R.

I'm wondering  any way to use Rapidminer in .

Thanks

REZA

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "steffen"
    New Altair Community Member
    Plain and simple: Currently there is no solution for this problem.

    You could try to create such a package using rJava/JRI, but frankly, I do not see any advantage of this approach ... embedding R into rapidminer => yes, but the other way ...

    regards,

    steffen
    User: "wessel"
    New Altair Community Member
    Are you sure?

    There is run rapidminer on a remote server support, as far as I know.
    Should be able to run rapidminer from the command line. (Call cmd in R)
    And load the results file into R.
    User: "steffen"
    New Altair Community Member
    well ... using the detour via the os is nearly always an option.

    I simply skipped this option (in my mind) because I thought reza was looking for something similar to the RWeka-package. But of course you are correct.

    regards,

    steffen
    User: "wessel"
    New Altair Community Member
    Ah, like that, yes in that case it's a no.

    Wouldn't make much sense to embed Rapid-miner as a package in R.
    R is already really slow, and this would probably become mega slow.