Source: r-cran-randomforest Section: gnu-r Priority: optional Maintainer: Debian R Packages Maintainers Uploaders: Steffen Moeller , Andreas Tille Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-randomforest Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-randomforest.git Homepage: https://cran.r-project.org/package=randomForest Standards-Version: 4.6.1 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev Testsuite: autopkgtest-pkg-r Package: r-cran-randomforest Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: GNU R package implementing the random forest classificator RandomForest implements Breiman’s random forest algorithm (based on Breiman and Cutler’s original Fortran code) for classification and regression. It can also be used in unsupervised mode for assessing proximities among data points. . The technique uses multiple decision trees and combines their individual votes.