Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using LibSVM for my OCR app. I download the LibSVM and test it with Command Prompt and it works fine. Now i want to access libsvm train, predict and other functions through my visual c++ project. I have followed "Building Windows Binaries" instructions in LibSVM README file. Here what i did,

01. set the environment variables of VC++
02. nmake -f Makefile.win clean all
all above steps were succeeded. But still i have no idea about how to call those train, scale .. etc functions within c++. Can someone explain? Please Help.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900