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 ?
1 | initial version |
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 ?
2 | added details |
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.