Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datastream/libsvm
libsvm go version
https://github.com/datastream/libsvm
Last synced: about 2 months ago
JSON representation
libsvm go version
- Host: GitHub
- URL: https://github.com/datastream/libsvm
- Owner: datastream
- License: bsd-3-clause
- Created: 2012-07-31T07:57:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T03:47:11.000Z (over 8 years ago)
- Last Synced: 2024-07-31T20:52:16.551Z (4 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 73
- Watchers: 11
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-go - libsvm - libsvm golang version derived work based on LIBSVM 3.14. (Machine Learning / Search and Analytic Databases)
- zero-alloc-awesome-go - libsvm - libsvm golang version derived work based on LIBSVM 3.14. (Machine Learning / Search and Analytic Databases)
- awesome-cobol - libsvm - libsvm cobollang version derived work based on LIBSVM 3.14. (Machine Learning / Middlewares)
- awesome-go - libsvm - libsvm go version - ★ 58 (Machine Learning)
- awesome-go-extra - libsvm - 07-31T07:57:47Z|2016-05-09T03:47:11Z| (Machine Learning / Advanced Console UIs)
- awesome-go-zh - libsvm
README
# libsvm golang version
> libsvm golang version derived work based on [LIBSVM 3.14](www.csie.ntu.edu.tw/~cjlin/libsvm/).
## Info
> this lib based on LIBSVM java version, just translate java to go.
java
go
byte
int8
float
float32
double
float64
## TODO
> check compatibility
> rewrite svm_load_model function
> add test case