"Rapid miner in R"

m_r_nourm_r_nour Member Posts: 35 Maven
edited June 2019 in Help
Hi

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

I'm wondering  any way to use Rapidminer in .

Thanks

REZA
Tagged:

Answers

  • steffensteffen Member Posts: 347 Maven
    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
  • wesselwessel Member Posts: 537 Maven
    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.
  • steffensteffen Member Posts: 347 Maven
    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
  • wesselwessel Member Posts: 537 Maven
    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.
Sign In or Register to comment.