"GET FORMULA FROM NEURAL NET MODEL"
RaulH
New Altair Community Member
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.
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.
Tagged:
0
Answers
-
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,
Marius0