Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is there a way to delete the uncompressed support vectors

In a linear SVM you can reduce the support vectors to a single vector by their weights. Thus, you only need to save that one and that's all you need to predict, correct? However, in OpenCV, the original support vectors are still saved. Is there a way to get rid of them? I can imagine, that they may be useful for online learning, but that does not apply in my case. So I don't need them and they are just using memory.