Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

how to use cvCreateTestSet

I'm trying to generate test samples for MLP (OpenCV 2.3).

I found the function cvCreateTestSet in ml.hpp but I did not see explanations about how to use it.

Any hints ?

how to use cvCreateTestSet

I'm trying to generate test samples for MLP (OpenCV 2.3).

I found the function cvCreateTestSet in ml.hpp but I did not see explanations about how to use it.

Any hints ?

Edit: I would like to adapt this excellent wiki by replacing kMeans by MLP(back_prop). I was wondering if cvCreateTestSet could be used somewhere in the process.