The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Api rapidminer in php
Hi to all,
i'm new of rapidminer and i would to integrate rapidminer in my php server to analyze some data in my db.
So when my client application requests to analyzed data, the server should process these data with rapidminer (i don't know if i can do this whith some php api of rapidminer or sending data to some rapidminer webservice..) and finally send these processed data to the client. The the client should display with the graphical tools of dataminer these data in graphycs. (there are some rapidminer api for do this?)
How i can do this, if it is possible?
Thanks in advance
i'm new of rapidminer and i would to integrate rapidminer in my php server to analyze some data in my db.
So when my client application requests to analyzed data, the server should process these data with rapidminer (i don't know if i can do this whith some php api of rapidminer or sending data to some rapidminer webservice..) and finally send these processed data to the client. The the client should display with the graphical tools of dataminer these data in graphycs. (there are some rapidminer api for do this?)
How i can do this, if it is possible?
Thanks in advance
0
Answers
Rapidminer has no PHP Api.
The Rapidminer Server is providing webservices. Those are the things you want to do. Furthermore you can develop interactive web-apps which allows displaying and user interaction. The user might select the data he wants to apply the data mining model should be applied on, press "submit" and gets some output back. E.g. charts, tables and a downloadable excel file.
Simply have a look at the server. I would highly recommend the version 2.2 here. The new features are very handy.
Best,
Martin
Dortmund, Germany
Regards