rustlearn 0.2.0

A machine learning package for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Changelog

## [0.2.0][2015-12-14]
### Added
- added libsvm bindings and the SVC model.
### Changed
- replace input checking asserts in model functions with error-returning functions

## [0.1.0][2015-12-06]
### Changed
- Initial release.