问题
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