Ask Your Question

Frank80's profile - activity

2013-07-10 05:22:48 -0600 answered a question Accessing LibSVM through Visual Studio 2010 and C++

Dear

I'm trying to use the train.c and predict.c of Libsvm in a my work. but i'm not an expert programmer and i'm not understanding how i can use them. I want to the following:

1) To train using a file that I save the data in libsvm format 2) To create a model from the traing file 3) To test (to predict) in real time the new data present in a my dynamic array.

Can you help me please? Thank you