Learn R Programming

⚠️There's a newer version (1.0.2) of this package.Take me there.

qCBA (version 0.3)

Quantitative Classification by Association Rules

Description

CBA postprocessing algorithm that creates smaller models for datasets containing quantitative (numerical) attributes. Article describing QCBA is published in Tomas Kliegr (2017) .

Copy Link

Version

Install

install.packages('qCBA')

Monthly Downloads

212

Version

0.3

License

AGPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Tomas Kliegr

Last Published

December 1st, 2017

Functions in qCBA (0.3)

mapDataTypes

Map R types to qCBA
predict.qCBARuleModel

Aplies qCBARuleModel
qcbaHumTemp

Use the HumTemp dataset to test the one rule classification QCBA workflow.
qcbaIris

Use the iris dataset to the test QCBA workflow.
arulesCBAModel2CustomCBAModel

arulesCBAModel2CustomCBAModel Converts a model created by arulesCBA so that it can be passed to qCBA
customCBARuleModel-class

rCBARuleModel
qCBARuleModel-class

qCBARuleModel
qcbaIris2

Use the Iris dataset to test the experimental multi-rule QCBA workflow.
rcbaModel2CustomCBAModel

rcbaModel2CustomCBAModel Converts a model created by rCBA so that it can be passed to qCBA
qcba

qCBA Quantitative CBA