# 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.