Skip to content

ewalker544/libsvm_threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsvm_threads

Parallel port of LIBSVM using C++11 threads. This port requires a compliant C++11 compiler. Tested with

gcc 4.7.1, 4.8.3
icpc 13.0.1.117, 13.1.1.163, 14.0.1.106

Installation

Modify the CXX macro in the Makefile to refer to a C++11 compiler. Then,

make clean
make
./svm-train-par -h

About

Parallel port of LIBSVM using C++11 threads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published