I want to connect the Datumbox machine learning framework to a MySQL database using PHP.
Datumbox is an open-source Machine Learning Framework written in Java. Unfortunately I could not find any example to complete this task. I would appreciate any help to complete this task.
1 Answer
I think you can use datumbox api:
- Common API URL: http://www.datumbox.com/machine-learning-api/
- API doc PDF: http://www.datumbox.com/files/API-Documentation-1.0v.pdf
As you can see it used REST JSON API, so i think it will be not hard to used it.
EDIT:
Also for this API exits PHP client:
http://www.datumbox.com/files/Datumbox_APIclient_PHP_1.0.zip