scispace - formally typeset
Journal ArticleDOI

Fuzzy SLIQ Decision Tree Algorithm

B. Chandra, +1 more
- Vol. 38, Iss: 5, pp 1294-1301
Reads0
Chats0
TLDR
The proposed fuzzy supervised learning in Quest (SLIQ) decision tree (FS-DT) algorithm is aimed at constructing a fuzzy decision boundary instead of a crisp decision boundary, which results in more than 70% reduction in size of the decision tree compared to SLIQ.
Abstract
Traditional decision tree algorithms face the problem of having sharp decision boundaries which are hardly found in any real-life classification problems. A fuzzy supervised learning in Quest (SLIQ) decision tree (FS-DT) algorithm is proposed in this paper. It is aimed at constructing a fuzzy decision boundary instead of a crisp decision boundary. Size of the decision tree constructed is another very important parameter in decision tree algorithms. Large and deeper decision tree results in incomprehensible induction rules. The proposed FS-DT algorithm modifies the SLIQ decision tree algorithm to construct a fuzzy binary decision tree of significantly reduced size. The performance of the FS-DT algorithm is compared with SLIQ using several real-life datasets taken from the UCI Machine Learning Repository. The FS-DT algorithm outperforms its crisp counterpart in terms of classification accuracy. FS-DT also results in more than 70% reduction in size of the decision tree compared to SLIQ.

read more

Citations
More filters
Journal ArticleDOI

Data mining for the Internet of Things: literature review and challenges

TL;DR: A systematic way to review data mining in knowledge view, technique view, and application view, including classification, clustering, association analysis, time series analysis and outlier analysis is given.
Journal ArticleDOI

Rank Entropy-Based Decision Trees for Monotonic Classification

TL;DR: A new measure of feature quality, called rank mutual information (RMI), is introduced, which combines the advantage of robustness of Shannon's entropy with the ability of dominance rough sets in extracting ordinal structures from monotonic data sets and can get monotonically consistent decision trees.
Journal ArticleDOI

On Distributed Fuzzy Decision Trees for Big Data

TL;DR: A distributed FDT learning scheme shaped according to the MapReduce programming model for generating both binary and multiway FDTs from big data, which relies on a novel distributed fuzzy discretizer that generates a strong fuzzy partition for each continuous attribute based on fuzzy information entropy.
Journal ArticleDOI

Extraction of fuzzy rules from fuzzy decision trees: An axiomatic fuzzy sets (AFS) approach

TL;DR: A new type of coherence membership function to describe fuzzy concepts, which builds upon the theoretical findings of the Axiomatic Fuzzy Set (AFS) theory, is introduced and the proposed algorithm performs significantly better than FDTs, FS-DT, KNN and C4.5.
Journal ArticleDOI

Geometric Decision Tree

TL;DR: This paper presents a new algorithm for learning oblique decision trees that uses a strategy for assessing the hyperplanes in such a way that the geometric structure in the data is taken into account and shows that this idea leads to small decision trees and better performance.
References
More filters
Journal ArticleDOI

Induction of Decision Trees

J. R. Quinlan
- 25 Mar 1986 - 
TL;DR: In this paper, an approach to synthesizing decision trees that has been used in a variety of systems, and it describes one such system, ID3, in detail, is described, and a reported shortcoming of the basic algorithm is discussed.
Book

Classification and regression trees

Leo Breiman
TL;DR: The methodology used to construct tree structured rules is the focus of a monograph as mentioned in this paper, covering the use of trees as a data analysis method, and in a more mathematical framework, proving some of their fundamental properties.
Journal ArticleDOI

Programs for machine learning Part I

TL;DR: A proposed schema and some detailed specifications for constructing a learning system by means of programming a computer are given, trying to separate learning processes and problem-solving techniques from specific problem content in order to achieve generality.
Journal ArticleDOI

A survey of decision tree classifier methodology

TL;DR: The subjects of tree structure design, feature selection at each internal node, and decision and search strategies are discussed, and the relation between decision trees and neutral networks (NN) is also discussed.