php-svm icon indicating copy to clipboard operation
php-svm copied to clipboard

Libsvm extension for PHP

Results 4 php-svm issues
Sort by recently updated
recently updated
newest added

Hi, I have initiated a CI to build some PHP extensions for Windows. This extension is now available here: https://phpext.phptools.online/extension/tools-and-utilities/svm-297 I'm available for more information.

Hi @ianbarber Thank you for your great work - php-svm been seeing good use in [Rubix ML](https://github.com/RubixML) so far An issue came up where the SVM model parameters are not...

Can you please tell me why the cross-validation function in LibSVM for PHP only return the percentage result? I would expect to get the best parameter C and γ and...