php-svm
php-svm copied to clipboard
Cross-validation in LibSVM for PHP
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 set them as the parameters for training data (I tried to follow this guide procedure)