An open API service indexing awesome lists of open source software.

https://github.com/qedsoftware/convert_csv_to_libsvm

C program for converting CSV matrix of labels and features to LibSVM format. Modification of Chih-Jen Lin's original version.
https://github.com/qedsoftware/convert_csv_to_libsvm

Last synced: 2 months ago
JSON representation

C program for converting CSV matrix of labels and features to LibSVM format. Modification of Chih-Jen Lin's original version.

Awesome Lists containing this project

README

          

Description
=============================================
C program for converting CSV matrix of labels and features to LibSVM format.
Modification of Chih-Jen Lin's original version.
Supports command-line options and toggling of +1/-1 labels.

Installation
=============================================

$ make

Optional:

$ chmod ugo+x convert_csv_to_libsvm
$ sudo cp convert_csv_to_libsvm /usr/local/bin