I am making dengue diagnosis app help me
I have 4 values in which 3 values are string type and 1 value is number how do i train these values in opencv. i want to compare these values with different set of values and generate the results.can someone help me with that project. thanks
show, what you tried so far
OpenCV is an image processing library. Agreed, you can do basic machine learning with it, but it will at least request you to switch your string inputs to corresponding integers. My gut feeling says you are simply using the wrong library. If you want to go for pure data analysis, there are better tools out there.
on the other hand, TrainData from csv would be able to handle categorical vars (like strings)
@berak, true, but then you got the data. I am unsure if there is any ML interface out that like SVM that will handle these without issues?
@zarry , we need more information about what you have and what you need.