Package: brif 1.4.1
brif: A Tree and Forest Tool for Classification and Regression
Build decision trees and random forests for classification and regression. The implementation strikes a balance between minimizing computing efforts and maximizing the expected predictive accuracy, thus scales well to large data sets. Multi-threading is available through 'OpenMP' <https://gcc.gnu.org/wiki/openmp>.
Authors:
brif_1.4.1.tar.gz
brif_1.4.1.zip(r-4.7)brif_1.4.1.zip(r-4.6)brif_1.4.1.zip(r-4.5)
brif_1.4.1.tgz(r-4.6-x86_64)brif_1.4.1.tgz(r-4.6-arm64)brif_1.4.1.tgz(r-4.5-arm64)brif_1.4.1.tgz(r-4.5-x86_64)
brif_1.4.1.tar.gz(r-4.7-arm64)brif_1.4.1.tar.gz(r-4.7-x86_64)brif_1.4.1.tar.gz(r-4.6-arm64)brif_1.4.1.tar.gz(r-4.6-x86_64)
brif_1.4.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
brif/json (API)
| # Install 'brif' in R: |
| install.packages('brif', repos = c('https://profyliu.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:ffda823c95. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 148 | ||
| linux-devel-x86_64 | OK | 127 | ||
| source / vignettes | OK | 154 | ||
| linux-release-arm64 | OK | 113 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 167 | ||
| macos-release-x86_64 | OK | 268 | ||
| macos-oldrel-arm64 | OK | 182 | ||
| macos-oldrel-x86_64 | OK | 481 | ||
| windows-devel | OK | 101 | ||
| windows-release | OK | 147 | ||
| windows-oldrel | OK | 106 | ||
| wasm-release | OK | 90 |
Exports:brifbrif_write_databrif.defaultbrif.formulabrif.trainpredictbrifTreebrifTree.defaultbrifTree.formulapredict.brifprintBrifTreeprintRulesrfpredictrftrainrftrainpredictstratpar
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| brif: A tree and forest tool for classification and regression | brif-package |
| Build a model (and make predictions) | brif |
| Write data set to file | brif_write_data |
| Build a model taking a data frame as input | brif.default |
| Build a model (and make predictions) with formula | brif.formula |
| Train a model and use it to predict new cases | brif.trainpredict |
| Build a single brif tree of a given depth | brifTree |
| Build a single brif tree taking a data frame as input | brifTree.default |
| Build a single brif tree taking a formula as input | brifTree.formula |
| Make predictions using a brif model | predict.brif |
| Print the decision rules of a Brif tree | printBrifTree |
| Print the decision rules of a brif tree | printRules |
| Predict new cases | rfpredict |
| Train a random forest | rftrain |
| Train a model and predict for newdata in one go | rftrainpredict |
| Stratified permutation of rows by the first column | stratpar |
