Skip to content

R package implementing random forest classification using parallel computing, built with Fortran and OpenMP in the backend.

License

Notifications You must be signed in to change notification settings

BenJamesbabala/ParallelForest

 
 

Repository files navigation

ParallelForest

This is an R package implementing random forest classification using parallel computing, built with Fortran and OpenMP in the backend. This package is available for installation from within R through R's CRAN repository using the command

install.packages("ParallelForest")

for Windows, Mac OS X, and Linux.

For this package's page on CRAN, please see: http://cran.r-project.org/web/packages/ParallelForest/

For an introduction to this package, please see: http://cran.r-project.org/web/packages/ParallelForest/vignettes/ParallelForest-intro.html

For the reference manual for this package, please see: http://cran.r-project.org/web/packages/ParallelForest/ParallelForest.pdf

Source code is located in two places: Fortran source code is located in src/ and R source code is located in R/.

This package is licensed under AGPL-3 (http://www.r-project.org/Licenses/AGPL-3) and comes with no warranty.

About

R package implementing random forest classification using parallel computing, built with Fortran and OpenMP in the backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 80.8%
  • R 19.2%