2021
DOI: 10.5958/2278-4853.2021.00837.5
|View full text |Cite
|
Sign up to set email alerts
|

A review of popular decision tree algorithms in data mining

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
5
0
1

Year Published

2022
2022
2023
2023

Publication Types

Select...
7
1

Relationship

0
8

Authors

Journals

citations
Cited by 9 publications
(6 citation statements)
references
References 0 publications
0
5
0
1
Order By: Relevance
“…The decision tree (DT) is a tree structure (can be binary or non-binary). DT includes the ID3 algorithm [39] , C4.5 algorithm [40] , and CART algorithm [41] , which are the core technologies for classification and prediction [42] . The ID3 algorithm mainly aims to construct a DT recursively and select features at each node of the DT by applying the information gain criterion.…”
Section: Decision Treementioning
confidence: 99%
“…The decision tree (DT) is a tree structure (can be binary or non-binary). DT includes the ID3 algorithm [39] , C4.5 algorithm [40] , and CART algorithm [41] , which are the core technologies for classification and prediction [42] . The ID3 algorithm mainly aims to construct a DT recursively and select features at each node of the DT by applying the information gain criterion.…”
Section: Decision Treementioning
confidence: 99%
“…In the process of training the decision tree, the appropriate node partition attribute according to the specific problem can be selected, and the information gain or the size of Gini coefficient are compared, selecting the attribute that makes the greatest improvement in purity as the partition attribute. By recursively dividing sub nodes, a decision tree is constructed to classify new samples [11][12].…”
Section: Decision Treementioning
confidence: 99%
“…Dk and tested on D2 and so on. The C4.5 algorithm is a modification of the ID3 algorithm that employs information entropy, continuous and discrete characteristics, categorical and numeric attributes, and missing values [29]. The phase of testing the C4.5 algorithm is carried out using the following steps:…”
Section: E Evaluation Of the J48 Decision Tree Classifier Using K-fol...mentioning
confidence: 99%