/gosvm

Go bindings for libsvm

Primary LanguageGo

Introduction

gosvm is a package for training and using support vector machines (SVM) in the Go programming language.

Note: This package is still new, its API may change, and not all of libsvm's functionality may be available yet.

Installation

The go command can be used to install this package:

go get github.com/danieldk/gosvm

The package documentation is available at: http://go.pkgdoc.org/github.com/danieldk/gosvm

Examples

Examples for using gosvm can be found at:

https://github.com/danieldk/gosvm-examples