The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.

"GET FORMULA FROM NEURAL NET MODEL"

RaulHRaulH Member Posts: 1 Learner III
edited June 2019 in Help
Hi everybody.

I am new in Rapid Miner. I would like to know if somebody can help me to get the formula from a Neuronal Net MODEL.

My objective is to get the formula and put it down in a program in Java in order not to have dependence with RapidMiner Software every time I run the model.

I am using W-MultiLayer Perceptron.

Thanks in advance.

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    unfortunately that's not possible, however you can integrate RapidMiner processes in your java program by using the rapidminer.jar in your program, or by using the RapidAnalytics webserver and communicate with it via webservices.
    However, in both cases your software must be released under the AGPL (or you must purchase an OEM license) if you incorporate RapidMiner to comply with our license.

    Best regards,
    Marius
Sign In or Register to comment.