Abstract
Decision trees are one of the most popular structures for decision-making and the representation of a set of rules. However, when a rule set is represented as a decision tree, some quirks in its structure may negatively affect its performance. For example, duplicate sub-trees and rule filters, that need to be evaluated more than once, could negatively affect the efficiency. This paper presents a novel algorithm based on Shannon’s expansion, which guarantees that the same rule filter is not evaluated more than once, even if repeated in other rules. This fact increases efficiency during the evaluation process using the induced decision tree. Experiments demonstrated the viability of the proposed algorithm in processing-intensive scenarios, such as in intrusion detection and data stream analysis.
Original language | English |
---|---|
Title of host publication | Advances in Computational Intelligence - 22nd Mexican International Conference on Artificial Intelligence, MICAI 2023, Proceedings |
Subtitle of host publication | 22nd Mexican International Conference on Artificial Intelligence, MICAI 2023 |
Editors | H. Calvo, L. Martínez-Villaseñor, H. Ponce |
Place of Publication | Cham |
Publisher | Springer |
Pages | 241-252 |
Number of pages | 12 |
Edition | Part I |
ISBN (Electronic) | 978-3-031-47765-2 |
ISBN (Print) | 978-3-031-47764-5 |
DOIs | |
Publication status | Published - 2023 |
Event | 22nd Mexican International Conference on Artificial Intelligence, MICAI 2023 - Yucatán, Mexico Duration: 13 Nov 2023 → 18 Nov 2023 Conference number: 22nd |
Publication series
Name | Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) |
---|---|
Volume | 14391 LNAI |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | 22nd Mexican International Conference on Artificial Intelligence, MICAI 2023 |
---|---|
Country/Territory | Mexico |
City | Yucatán |
Period | 13/11/23 → 18/11/23 |
Bibliographical note
Green Open Access added to TU Delft Institutional Repository 'You share, we take care!' - Taverne project https://www.openaccess.nl/en/you-share-we-take-careOtherwise as indicated in the copyright section: the publisher is the copyright holder of this work and the author uses the Dutch legislation to make this work public.
Keywords
- Decision Tree
- Rule-Based Systems
- Data Processing