简体   繁体   English

如何使用PHP将基于Java的机器学习框架连接到MySQL数据库?

[英]How to Connect a Java-based Machine Learning Framework to a MySQL Database Using PHP?

I want to connect the Datumbox machine learning framework to a MySQL database using PHP. 我想使用PHP将Datumbox机器学习框架连接到MySQL数据库。
Datumbox is an open-source Machine Learning Framework written in Java. Datumbox是用Java编写的开源机器学习框架。 Unfortunately I could not find any example to complete this task. 不幸的是,我找不到任何示例可以完成此任务。 I would appreciate any help to complete this task. 我将不胜感激以完成此任务。

I think you can use datumbox api: 我认为您可以使用datumbox api:

As you can see it used REST JSON API, so i think it will be not hard to used it. 如您所见,它使用了REST JSON API,因此我认为使用它并不难。

EDIT: 编辑:

Also for this API exits PHP client: 同样为此API退出PHP客户端:

http://www.datumbox.com/files/Datumbox_APIclient_PHP_1.0.zip http://www.datumbox.com/files/Datumbox_APIclient_PHP_1.0.zip

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

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