Ask Your Question

RoughHough's profile - activity

2016-06-11 04:53:51 -0600 received badge  Scholar (source)
2016-06-10 07:34:21 -0600 asked a question SVM: call train() multiple times?

Hello there!

I'm using openCV's SVM for classification problems (obviously) and I was just wondering how to train it properly. For now, my program reads a number of files with serialised feature vectors and calls CvSVM::train(...) in a for-loop. Is this the correct way to do or do I have to merge all feature vectors into a big one and pass this one then? It's a single SVM object all the time btw.

Thanks and have a great day,

RoughHough