# Integrating Association Rules with Decision Trees in Object-Relational   Databases

**Authors:** Maruthi Rohit Ayyagari

arXiv: 1904.09654 · 2019-04-23

## TL;DR

This paper enhances associative classification by integrating CBA with Oracle database models, improving accuracy and flexibility in enterprise analytics systems.

## Contribution

It implements CBA within Oracle databases using two variants, integrating Apriori and Decision Tree models, which improves performance and flexibility.

## Key findings

- Proposed models outperform original CBA by 1% accuracy.
- Models are competitive with Naive Bayes, SVM, and Random Forests.
- Integration within Oracle enhances enterprise analytics capabilities.

## Abstract

Research has provided evidence that associative classification produces more accurate results compared to other classification models. The Classification Based on Association (CBA) is one of the famous Associative Classification algorithms that generates accurate classifiers. However, current association classification algorithms reside external to databases, which reduces the flexibility of enterprise analytics systems. This paper implements the CBA in Oracle database using two variant models: hardcoding the CBA in Oracle Data Mining (ODM) package and Integrating Oracle Apriori model with the Oracle Decision tree model. We compared the proposed model performance with Naive Bayes, Support Vector Machine, Random Forests, and Decision Tree over 18 datasets from UCI. Results showed that our models outperformed the original CBA model with 1 percent and is competitive to chosen classification models over benchmark datasets.

---
Source: https://tomesphere.com/paper/1904.09654