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.
- Host: GitHub
- URL: https://github.com/qedsoftware/convert_csv_to_libsvm
- Owner: qedsoftware
- Created: 2013-08-09T06:54:10.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-19T05:04:14.000Z (almost 13 years ago)
- Last Synced: 2025-01-01T00:45:04.117Z (over 1 year ago)
- Language: C
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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