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

But i can not see it ? I am talking about x64 DLL

Use re-entrant version of strtok(), i.e. [strtok_r()](http://linux.die.net/man/3/strtok_r), to get tokens.

See also https://github.com/cjlin1/liblinear/pull/14.

I am using https://github.com/ccerhan/LibSVMsharp as a wrapper When i call LibSVM inside task this error happens after second task started. If i call libsvm inside main thread, no error happens...

Hello, For some reason I get very strange classifications with polynomial kernel. I have 966 training instances and 518 test instances. With polynomial kernel I have only negative classifications. With...

I can't find the interface that loads svm problem file into a variant in the type of "svm_problem", because it is very necessary before training a svm model. Can I...

I'm using Octave 4.0.0 on Kubuntu 15.10 (yes, the beta) on a 64bit machine. I applied the updated rules that were mentioned in April. I can compile without error message...

hello. my email is : [email protected] I need help to make x64 LibSVM work with LibSVMsharp (https://github.com/ccerhan/LibSVMsharp) nuget package I have generated x64 libSVM.dll with the below way by following...

I was working on the getting the [Julia language binding](https://github.com/simonster/LIBSVM.jl) to LIBSVM working on Windows, and was wondering if you could add a 32-bit and 64-bit version of `libsvm.dll` to...

strtok() (as well as the internal readline() function) used global state, and therefore were not thread-safe. Replace them with reentrant equivalents. Thread-safety of loading was checked with valgrind's helgrind and...