I am making dengue diagnosis app help me

asked 2018-04-15 14:51:31 -0600

zarry gravatar image

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

edit retag flag offensive close merge delete

Comments

show, what you tried so far

berak gravatar imageberak ( 2018-04-16 01:41:29 -0600 )edit
1

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2018-04-17 07:47:37 -0600 )edit

on the other hand, TrainData from csv would be able to handle categorical vars (like strings)

berak gravatar imageberak ( 2018-04-17 07:51:15 -0600 )edit
1

@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?

StevenPuttemans gravatar imageStevenPuttemans ( 2018-04-18 03:24:45 -0600 )edit
1

@zarry , we need more information about what you have and what you need.

berak gravatar imageberak ( 2018-04-18 03:28:51 -0600 )edit