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

Lists

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