简体   繁体   English

如何将RapidMiner集成到PHP Web应用程序中?

[英]How integrate RapidMiner in a PHP web application?

I've got an implementation in RapidMiner that classifies questions according to Bloom's taxonomy. 我在RapidMiner中有一个实现,该实现根据Bloom的分类将问题分类。 I need to consume the data produced by a web application developed in PHP and show the results in the interface of the web application. 我需要使用由PHP开发的Web应用程序生成的数据,并在Web应用程序的界面中显示结果。

So I'm wondering if it is possible that the application in PHP communicates with RapidMiner to process the data and show the results provided by RapidMiner in the interface. 因此,我想知道PHP中的应用程序是否有可能与RapidMiner通信以处理数据并在界面中显示RapidMiner提供的结果。

I know RapidMiner is implemented in Java, and there is the option of using Java bridge to comunicate PHP and JAVA, but I'm not sure if that is a solution to this. 我知道RapidMiner是用Java实现的,可以选择使用Java桥来通信PHP和JAVA,但是我不确定这是否是解决方案。

Why not try to communicate with xml, for example, PHP app sends a list of questions via xml to rm, it then processes it and returns an xml feed. 为什么不尝试与xml通信,例如,PHP应用程序通过xml向rm发送问题列表,然后对其进行处理并返回xml feed。 I think this'll likely be the easiest solution.. As far as performance, I can't say one way or the other if it's the best solution 我认为这可能是最简单的解决方案。就性能而言,如果是最好的解决方案,我不能一概而论

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM