Ask Your Question

hasinitg's profile - activity

2013-11-01 13:06:54 -0600 asked a question How to get the CV Accuracy of a trained model?

Hi,

I am using OpenCV to build a SVM classifier based on RBF kernel. I've used train_auto method to train the model with 10 fold cross validation and with selected gamma range an c value range.

Could I know how to get the CV accuracy (cross validation accuracy) of the trained model?

Thanks in advance.

2013-11-01 05:18:00 -0600 received badge  Student (source)
2013-11-01 02:02:00 -0600 asked a question Is multi-label classification supported in OpenCV?

Hi,

Could I please know if SVM based multi label classification is supported in OpenCV? I need to train a SVM with unlabelled set of training data, which represents multiple classes and get a multi label output for a given test data.

Could I know if this is supported with OpenCV?

Thanks in advance.