Package: rCBA 0.4.3
rCBA: CBA Classifier for R
Provides implementations of a classifier based on the "Classification Based on Associations" (CBA). It can be used for building classification models from association rules. Rules are pruned in the order of precedence given by the sort criteria and a default rule is added. The final classifier labels provided instances. CBA was originally proposed by Liu, B. Hsu, W. and Ma, Y. Integrating Classification and Association Rule Mining. Proceedings KDD-98, New York, 27-31 August. AAAI. pp80-86 (1998, ISBN:1-57735-070-7).
Authors:
rCBA_0.4.3.tar.gz
rCBA_0.4.3.zip(r-4.7)rCBA_0.4.3.zip(r-4.6)rCBA_0.4.3.zip(r-4.5)
rCBA_0.4.3.tgz(r-4.6-any)rCBA_0.4.3.tgz(r-4.5-any)
rCBA_0.4.3.tar.gz(r-4.7-any)rCBA_0.4.3.tar.gz(r-4.6-any)
rCBA_0.4.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rCBA/json (API)
NEWS
| # Install 'rCBA' in R: |
| install.packages('rCBA', repos = c('https://jaroslav-kuchar.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jaroslav-kuchar/rcba/issues
Last updated from:a565c5093f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 139 | ||
| source / vignettes | OK | 184 | ||
| linux-release-x86_64 | OK | 150 | ||
| macos-release-arm64 | OK | 194 | ||
| macos-oldrel-arm64 | OK | 159 | ||
| windows-devel | OK | 136 | ||
| windows-release | OK | 104 | ||
| windows-oldrel | OK | 99 | ||
| wasm-release | OK | 134 |
Exports:buildbuildFPGrowthclassificationfpgrowthframeToRulespruning
Dependencies:arulesgenericslatticeMatrixR.methodsS3R.ooR.utilsrJavaTunePareto
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Build classifier function (Apriori-based) | build |
| Build classifier function (FP-Growth-based) | buildFPGrowth |
| A classification function | classification |
| FP-Growth | fpgrowth |
| Conversion of 'data.frame' to 'rules' from 'arules' | frameToRules |
| A Pruning function | pruning |
