Skip to content

sridif/gosvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Go bindings for libsvm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published