login

Rough Set Based Decision Tree Model for Classification

Lecture notes in computer sciencePublished 1 January 2003
Sonajharia Minz, Rajni Jain
Citations25
SJR quartileQ2
SJR score0.35
SNIP0.55

TL;DR

RDT model combining the RS tools with classical DT capabilities, is proposed to address the issue of computational overheads and the performance of RDT with RS approach and ID3 algorithm is compared.

Abstract

Decision tree, a commonly used classification model, is constructed recursively following a top down approach (from the general concepts to particular examples) by repeatedly splitting the training data set. ID3 is a greedy algorithm that considers one attribute at a time for splitting at a node. In C4.5, all attributes, barring the nominal attributes used at the parent nodes, are retained for further computation. This leads to extra overheads of memory and computational efforts. Rough Set theory (RS) simplifies the search for dominant attributes in the information systems. In this paper, Rough set based Decision Tree (RDT) model combining the RS tools with classical DT capabilities, is proposed to address the issue of computational overheads. The experiments compare the performance of RDT with RS approach and ID3 algorithm. The performance of RDT over RS approach is observed better in accuracy and rule complexity while RDT and ID3 are comparable.

Keywords

Computer Science