File: README

package info (click to toggle)
gretl 2021a-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 57,556 kB
  • sloc: ansic: 394,030; sh: 4,494; makefile: 2,856; cpp: 2,776; xml: 590; 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