File: README

package info (click to toggle)
gretl 2025c-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 65,328 kB
  • sloc: ansic: 429,246; sh: 4,918; makefile: 3,261; cpp: 2,777; xml: 610; perl: 364
file content (14 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The files in this directory are taken from libsvm-3.23, dated
2018-07-15, the copyright notice for which is included.

svmlib.h is a renamed copy of the library's header file, svm.h.

svmlib.cpp is a renamed version of svm.cpp, edited to support
parallelization via OpenMP when the symbol _OPENMP is defined. The
changes are as described in answer to "How can I use OpenMP to
parallelize LIBSVM on a multicore/shared-memory computer?" in the
file FAQ.html in the libsvm distribution. In addition, the random
numbers used in cross validation are taken from libgretl's SFMT
(Mersenne Twister), in place of the C library's rand().

Allin Cottrell, January 2019