randomforests 0.1.1

A simple random forest classifier.
Documentation
[package]
name = "randomforests"
version = "0.1.1"
authors = ["Rui Vieira <ruidevieira@googlemail.com>"]
description = "A simple random forest classifier."
homepage = "https://gitlab.com/ruivieira/random-forests"
repository = "https://gitlab.com/ruivieira/random-forests"
readme = "README.md"
keywords = ["bayesian", "statistics", "machine", "learning", "classification"]
categories = ["science"]
license = "Apache-2.0"
exclude = [".idea/**/*"]

[dependencies]
rand = "0.6.1"