rapid miner model to eclipse code

nawafpower
nawafpower New Altair Community Member
edited November 5 in Community Q&A
How can I take a saved model from RapidMiner and use it in Eclipse as Java code?

Answers

  • StaryVena
    StaryVena New Altair Community Member
    Hi,
    you must design whole precess which apply this model on input data and than in your code in eclipse pass int data to this process and run it. How to do it is somewhere there on forum.

    Cheers
    Vaclav
  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    please use the search function of the forum before you open a thread. Your question has been answered a couple of times already (and please use the correct subforum next time).

    Regards,
    Marco
  • nawafpower
    nawafpower New Altair Community Member
    Sorry I found the post about how to run rapidminer from eclipse, thanks for the help.