Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

no, the former is wrong, and the latter is the correct way.