Invoke Weka tool inside PHP application

会有一股神秘感。 提交于 2019-12-13 09:23:52

问题


I am developing a web application to analyse the effect of a persons sleep habits on his health and performance..Can anyone help me about how to integrate weka tool into my application..for the analysis of data??


回答1:


You may want to take a look at shell_exec (or exec, system, passthru)

For a summary of the differences for these functions, this answer may help you: https://stackoverflow.com/a/20072886/3052648



来源:https://stackoverflow.com/questions/31717468/invoke-weka-tool-inside-php-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!