rusty-machine 0.2.3

A machine learning library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rusty-machine"
version = "0.2.3"
authors = ["AtheMathmo"]

description = "A machine learning 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"

[features]
stats = []

[dependencies]
num = {version = "0.1.31", default-features = false }
rand = "0.3.14"