libsvm
libsvm copied to clipboard
LIBSVM -- A Library for Support Vector Machines
To be more exact, _svm_set_print_string_function()_ in svm.cpp is not thread-safe, as it modifies a global function pointer _svm_print_string_. If you call _svm_train()_ in multiple Python threads with '-q' option, it...
The links in README are broken. Are there a new ones? Thanks in advance.
When you use svm-train with -v option and a model file, no model file gets generated (3.24). If this is supposed to be the normal behavior there should be a...
Dear Lin, thanks for providing this useful toolbox. I'm trying to use it to publish a paper, here I met some problem from the reviewer. He suggested me to use...
Is there any chance to see algorithms from this paper implemented in the near future? https://link.springer.com/article/10.1007/s10994-018-5742-0
Hey There, I wanted to use SVM_predict functionality in my C code. So i used svm.h and svm-predict.c in my project and used the windows binaries libsvm.dll. As seen i...
When training with `svm-train -s 4 -t 2 -n .6 -c .4 ` I find that the predictions are very much compressed. For example, myfile has labels in the 1...
Now the kernel of the SVM can be selected when using grid.py
Hi, I am using Libsvm for my face recognition application, where I need to detect the person which does not match also.So i used predict with probability feature and I...