Package: OneR 2.2
OneR: One Rule Machine Learning Classification Algorithm with Enhancements
Implements the One Rule (OneR) Machine Learning classification algorithm (Holte, R.C. (1993) <doi:10.1023/A:1022631118932>) with enhancements for sophisticated handling of numeric data and missing values together with extensive diagnostic functions. It is useful as a baseline for machine learning models and the rules are often helpful heuristics.
Authors:
OneR_2.2.tar.gz
OneR_2.2.zip(r-4.7)OneR_2.2.zip(r-4.6)OneR_2.2.zip(r-4.5)
OneR_2.2.tgz(r-4.6-any)OneR_2.2.tgz(r-4.5-any)
OneR_2.2.tar.gz(r-4.7-any)OneR_2.2.tar.gz(r-4.6-any)
OneR_2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
OneR/json (API)
| # Install 'OneR' in R: |
| install.packages('OneR', repos = c('https://vonjd.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/vonjd/oner/issues
- breastcancer - Breast Cancer Wisconsin Original Data Set
Last updated from:72dd03301b. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 170 | ||
| linux-release-x86_64 | OK | 123 | ||
| macos-release-arm64 | OK | 144 | ||
| macos-oldrel-arm64 | OK | 151 | ||
| windows-devel | OK | 73 | ||
| windows-release | OK | 71 | ||
| windows-oldrel | OK | 72 | ||
| wasm-release | OK | 107 |
Exports:bineval_modelis.OneRmaxlevelsOneRoptbin
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Binning function | bin |
| Breast Cancer Wisconsin Original Data Set | breastcancer |
| Classification Evaluation function | eval_model |
| Test OneR model objects | is.OneR |
| Remove factors with too many levels | maxlevels |
| One Rule function | OneR OneR.data.frame OneR.formula |
| Optimal Binning function | optbin optbin.data.frame optbin.formula |
| Plot Diagnostics for an OneR object | plot.OneR |
| Predict method for OneR models | predict.OneR |
| Print OneR models | print.OneR |
| Summarize OneR models | summary.OneR |
