Package: RBBR 0.1.0

Seyed Amir Malekpour
RBBR: Regression-Based Boolean Rule Inference
Tools for regression-based Boolean rule inference in artificial intelligence studies. The package fits ridge regression models on conjunction expansions and composes interpretable rule sets. Parallel execution is supported for multi-CPU environments.
Authors:
RBBR_0.1.0.tar.gz
RBBR_0.1.0.zip(r-4.7)RBBR_0.1.0.zip(r-4.6)RBBR_0.1.0.zip(r-4.5)
RBBR_0.1.0.tgz(r-4.6-any)RBBR_0.1.0.tgz(r-4.5-any)
RBBR_0.1.0.tar.gz(r-4.7-any)RBBR_0.1.0.tar.gz(r-4.6-any)
RBBR_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
RBBR/json (API)
| # Install 'RBBR' in R: |
| install.packages('RBBR', repos = c('https://compbioipm.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/compbioipm/rbbr/issues
- MAGIC_data - MAGIC data
- OR_data - OR data
- XOR_data - XOR data
Last updated from:5ee193a79c. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 120 | ||
| source / vignettes | OK | 182 | ||
| linux-release-x86_64 | OK | 121 | ||
| macos-release-arm64 | OK | 71 | ||
| macos-oldrel-arm64 | OK | 112 | ||
| windows-devel | OK | 79 | ||
| windows-release | OK | 73 | ||
| windows-oldrel | OK | 73 | ||
| wasm-release | OK | 115 |
Exports:rbbr_predictorrbbr_scalingrbbr_train
Dependencies:codetoolsdoParallelforeachglmnetiteratorslatticeMatrixRcppRcppEigenshapesurvival
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| MAGIC data | MAGIC_data |
| OR data | OR_data |
| Predict Using a Trained RBBR Model | rbbr_predictor |
| Scale features to [0,1] range | rbbr_scaling |
| Trains RBBR to learn Boolean rules | rbbr_train |
| XOR data | XOR_data |