xrf 0.1.3

Generic library to build Random Forest implementations
Documentation
1
2
3
4
5
6
7
# XRF — Abstract Random Forest

A generic Rust library to build [Random Forest](https://en.wikipedia.org/wiki/Random_forest) implementations for arbitrary data sources, given that they can provide some basic operations.

Preview release.