rusty-machine 0.3.2

A machine learning library.
Documentation
1
2
3
4
5
6
7
8
#![feature(test)]

extern crate rusty_machine as rm;
extern crate test;

mod linalg {
	mod matrix;
}