Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages