Entropy based C4.5-SHO algorithm with information gain optimization in data mining
G Sekhar Reddy1, Suneetha Chittineni2
1Department of Computer Science and Engineering, Acharya Nagarjuna University, Guntur, Andhra Pradesh, India.
Peerj. Computer Science
|May 6, 2021
Summary
This study introduces a novel C4.5-SHO algorithm for improved data mining and information management. It optimizes decision tree gain using Selfish Herd Optimization, enhancing classification accuracy.
Area of Science:
- Computer Science
- Data Mining
- Machine Learning
Background:
- Information efficiency is crucial in IT development and applications.
- Data mining extracts meaningful insights from large datasets for decision-making.
- Existing classification algorithms have limitations in optimizing information gain.
Purpose of the Study:
- To introduce a new classification algorithm for enhanced information management.
- To improve the information gain tuning process in decision tree algorithms.
- To optimize the C4.5 decision tree algorithm using the Selfish Herd Optimization (SHO) algorithm.
Main Methods:
- Combined the classical C4.5 decision tree approach with the Selfish Herd Optimization (SHO) algorithm.
- Tuned the information gain of datasets by updating optimal weights based on SHO.
- Partitioned datasets into two classes using quadratic entropy calculation and information gain.
Main Results:
- The proposed C4.5-SHO method demonstrated optimized decision tree gain.
- Evaluated the robustness of the C4.5-SHO method on various datasets.
- Compared performance against ID3, CART, ant colony optimization, particle swarm optimization, and cuckoo search algorithms.
Conclusions:
- The C4.5-SHO method offers improved information management through optimized decision tree gain.
- The algorithm shows competitive accuracy and area under the ROC curve compared to existing methods.
- This approach contributes to more efficient data mining and decision-making processes.
Related Concept Videos
Censoring Survival Data
318
Survival analysis is a statistical method used to analyze time-to-event data, often employed in fields such as medicine, engineering, and social sciences. One of the key challenges in survival analysis is dealing with incomplete data, a phenomenon known as "censoring." Censoring occurs when the event of interest (such as death, relapse, or system failure) has not occurred for some individuals by the end of the study period or is otherwise unobservable, and it might have many different...
318
Expected Frequencies in Goodness-of-Fit Tests
4.8K
A goodness-of-fit test is conducted to determine whether the observed frequency values are statistically similar to the frequencies expected for the dataset. Suppose the expected frequencies for a dataset are equal such as when predicting the frequency of any number appearing when casting a die. In that case, the expected frequency is the ratio of the total number of observations (n) to the number of categories (k).
4.8K
Cluster Sampling Method
13.5K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
13.5K
Probability in Statistics
19.6K
Probability is the likelihood of an event occurring. The term event is defined as a collection of results of a procedure. An event is a simple event when an outcome cannot be divided into simpler parts.
An example of a simple event is a coin toss. The result of a coin toss is either a head or a tail. Here, head and tail are two simple events. These two simple events make up the sample space. Further, the probability of an event occurring falls within the range of 0 to 1. The probability of an...
An example of a simple event is a coin toss. The result of a coin toss is either a head or a tail. Here, head and tail are two simple events. These two simple events make up the sample space. Further, the probability of an event occurring falls within the range of 0 to 1. The probability of an...
19.6K
Binomial Probability Distribution
14.2K
A binomial distribution is a probability distribution for a procedure with a fixed number of trials, where each trial can have only two outcomes.
The outcomes of a binomial experiment fit a binomial probability distribution. A statistical experiment can be classified as a binomial experiment if the following conditions are met:
There are a fixed number of trials. Think of trials as repetitions of an experiment. The letter n denotes the number of trials.
There are only two possible outcomes,...
The outcomes of a binomial experiment fit a binomial probability distribution. A statistical experiment can be classified as a binomial experiment if the following conditions are met:
There are a fixed number of trials. Think of trials as repetitions of an experiment. The letter n denotes the number of trials.
There are only two possible outcomes,...
14.2K
Weighted Mean
5.9K
While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
5.9K


