rusty-machine 0.0.6

A machine learning library. (Currently only a simple linear algebra library!)
Documentation
[package]
name = "rusty-machine"
version = "0.0.6"
authors = ["AtheMathmo"]

description = "A machine learning library. (Currently only a simple linear algebra library!)"
repository = "https://github.com/AtheMathmo/rusty-machine"
documentation = "https://AtheMathmo.github.io/rusty-machine/"
keywords = ["machine","learning","stats","statistics","algebra"]
readme = "../README.md"
license = "MIT"


[dependencies]
num = "0.1.28"