xrf 0.1.4

Generic library to build Random Forest implementations
Documentation
1
2
3
4
5
6
7
8
9
# 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.

Base for the [fru](https://cran.r-project.org/package=fru) R package.

Preview release.