libsvm icon indicating copy to clipboard operation
libsvm copied to clipboard

LIBSVM -- A Library for Support Vector Machines

Results 103 libsvm issues
Sort by recently updated
recently updated
newest added

Fixes #103 (This is the same fix that was proposed for [liblinear](https://github.com/cjlin1/liblinear/pull/28).) On windows platforms, liblinear and libsvm have strong convergence issues because of the way random numbers are generated:...

In svm_binary_svc_probability() function, random shuffle is applied on the train data before it is used in the 5-fold cross-validation process. The random shuffle is realized by the following codes: for(i=0;il;i++)...

Hi, I am new in C programming I do not arrive to compile the file svm_predict.c with gcc Is it normal that there is no svm.c with the svm.h to...

Hi, Some of the python utility functions have been moved to commonutil.py file, e.g. svm_read_problem(), while the README file still mentions they are in svmutil.py. Could you please update README...

Hi, I compiled libsvm with OpenMP support based on FAQ and it compiled fine, "ldd svm-train" shows that libgomp has been linked to it and it runs fine on data...

Hi, I got the error in the subject line and found that there was no solution for it in downloading any ubuntu packages. There was no libsvm.so.2 on my computer,...

The ValueError, discussed in Issue#43, is being thrown because grid.py is not executable. This change fixes that issue. This issue with grid.py has been discussed prior: https://github.com/shackenberg/Minimal-Bag-of-Visual-Words-Image-Classifier/issues/2 [English] http://www.cnblogs.com/zklidd/p/3990915.html [Chinese]

https://github.com/cjlin1/libsvm/blob/88a1881f03ca139beff93170d7e6f36477fabe54/matlab/svm_model_matlab.c#L5

I mean if dataset is very large, is LibSVM able to train a part first, and then load the model trained and train another part. for example, first time x...

There doesn't seem to be a wrapper in Python for the function