Вы находитесь на странице: 1из 4

International Journal of Trend in Scientific Research and Development (IJTSRD)

International Open Access Journal | www.ijtsrd.com

ISSN No: 2456 - 6470 | Volume - 3 | Issue – 1 | Nov – Dec 2018

Analytical Study of Diagnosis for Angioplasty and


Stents Patients using
sing Improved Classification Technique
Faisal Riyaz Wani1, Er. Harwinder Kaur2
1
M.Tech CSE, 2Assistant Professor
Department of Computer Sc. & Engineering, St. Soldier Institute of Engineering & Technology,
Near NIT, Jalandhar
Jalandhar, Punjab, India

ABSTRACT
The various technologies of data mining (DM) models plans for patients. Accurate diagnosis and treatment
for forecast of heart disease are discussed. Data given to patients have been major issues highlighted
mining plays an important role in building an in medical services. Recently, researchers started
intelligent model for medical systems to de detect heart investigating using data mining techniques to handle
disease (HD) using data sets of Angioplasty and the error and complexity of treatment processes for
Stents patients, which involves risk factor associated healthcare providers. Razali and Ali investigated
with heart disease. Medical practitioners can help the generating treatment
eatment plans for acute upper respiratory
patients by predicting the heart disease before infection disease patients using a decision tree. The
occurring. The large data available fro from medical model recommended treatment through giving drugs
diagnosis is analyzed by using data mining tools and to patients showing accuracy of 94.73%. Applying
useful information known as knowledge is extracted. association rules and decision tree to treatment plans
Mining is a method of exploring massive sets of data are showing acceptable performance. However, the
to take out patterns which are hidden and previously comparison with other data mining techniques such as
unknown relationships and knowledge detection to naïve bayes, neural network, and genetic algorithms
help the better understanding of medical data to still needs investigation.
prevent heart disease. There are many DM techniques
available namely Classification techniques involving DATA MINING IN PREDICTION OF HEART
Naïve bayes (NB), Decision tree (DT), Neural DISEASE
network (NN), Genetic algorithm (GA), Artif Artificial pite the fact that data mining has been around for
Despite
intelligence (AI) and Clustering algorithms like KNN, more than one decade, its potential
poten is just been
and Support vector machine (SVM). Several studies realized now. Data mining join factual examination,
have been carried out for developing prediction model machine learning and database engineering to extract
using individual technique and also by combining two hidden patterns and connections from substantial
or more techniques. This research provi
provides a quick databases Data mining mainly uses two
and easy review and understanding of available methodologies:
prediction models using data mining. The comparison
shows the accuracy level of each model given by supervised and unsupervised learning’s. In supervised
different researchers. learning, a training sett is utilized to learn model
parameters though in n unsupervised learning no
Key Words: DM, ICA, OneR, ZeroR training set is utilized like in K-Means
K clustering. The
two most normal modelingdeling goals of data mining are
TRENDS IN USING DATAMINING classification and
nd prediction. Classification models
TECHNIQUES IN HEART DISEASE classify discrete unordered values or data whereas
Although applying data mining is beneficial to prediction models predicts about continuous valued.
healthcare,, disease diagnosis, and treatment, few Decision trees and Neural Networks are examples of
researches have investigated producing treatment classification models while Regression,
R Association

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 1170
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
2456
Rules and Clustering are examples of prediction 1. To study the attribute of angioplasty and stent
algorithm. patients from various hospitals.
2. To refine the dataset for improving accuracy,
In this prediction of heart disease, we will use the correctly classified instance and reduce error rate.
following classification models of data mining are 3. To apply traditional and proposed algorithm on
analyzed: mixed dataset.
A. Decision trees 4. To analyze the computation parameters for
B. Neural networks improving efficiency of data set.
C. Naive Bayes Classifier 5. To critically analyze the diagnosis for angioplasty
and stents patients using a improved classification
PROPOSED SYSTEM technique.
To enhance the prediction of classifiers, genetic 6. To suggest self-programmed
programmed algorithm for
search is integrated; the genetic search resulted in 13 improving efficiency of decision
dec tree technique.
attributes which contributes more towards the
prediction of the cardiac disease. The classifiers This research work focuses on above stated objectives
ensemble algorithms
lgorithms such as Random Forest are used which aimim in increase the efficiency on correctly
for prediction of patients with heart disease. The classified instances and reducing error rate.
classifiers are fed with reduced data set with 13
attributes. Results are shown in. Observations exhibit Improved Classification Algorithm
that the Proposed classification technique outperforms The Improved Classification Algorithm is explained
other data mining techniques such as Naïve Bayes and as below:
Decision Tree after incorporating feature subset
selection but with high model construction time. Input: Dataset
Proposed classification technique performs Output: Predicted class label
consistently before and after reduction of attributes set number of classes to N,, number of features to M
with the same model construction time. set m determine the number of features at a node of
decision
The proposed system will have the following features: tree, (m < M)
 Collection of health care data of heart disease. for each decision tree do
 Storage and Processing of data using Weka Select randomly, a subset (with replacement)
r of
 Applying Proposed classification algorithm. training data that represents the N classes and use the
 Analyzing performance in terms of accuracy and rest of data to measure the error of the tree
error rate. for each node of this tree do
Select randomly: m features to determine the
BJECTIVES OF THE PROPOSED ST TUDY decision at the
The purpose of this research work to increase the node and calculate the best split accordingly.
efficiency of improved classification technique. The end for
main purpose of this goal is to increase the efficiency end for
and accuracy of the decision tree dataset.

Results

Fig 1:: The bar graph shows all attributes

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 1171
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
2456

Comparison of CCI, ICI, ER


120
100
80

Values
60
40
20
0
OneR ZeroR NaiveBayes ICA
CCI 80.28 56.77 83.12 88.08
ICI 19.71 43.22 11.87 11.91
ER 89.62 100 74.9 62.38

Fig 2 Shows the values of CCI, ICI


CI and Error Rate of OneR, ZeroR, Naïve Bayes, and ICA Algorithms

Analysis of TP Rate
1.2

0.8
Units

0.6

0.4

0.2

0
ICA NaiveBayes ZeroR OneR
Positive 0.824 0.777 0.672 0
Negative 0.924 0.128 0.903 1

Fig 3: Shows the values of TP Rate of OneR, ZeroR, Naïve Bayes, and ICA Algorithms

CONCLUSION
Motivated by the world-wide
wide increasing mortality of gaps to discover if applying data mining techniques to
heart disease patients each year and the availability of heart disease treatment data can provide as reliable
huge amounts of data, researchers are using data performance as that achieved in diagnosing heart
mining techniques in the diagnosis of heart disease. disease patients.
Although applying data mining techniques
hniques to help
health care professionals in the diagnosis of heart Improved Classification Algorithm (ICA) shows the
disease is having some success, the use of data mining better results in correctly classified instances,
techniques to identify a suitable treatment for heart incorrect classified instances, error rate, TP Rate, FP
disease patients has received less attention. Also, Rate, Precision, Recall and F-Measure
Measure Values.
applying hybrid data mining techniques has shown
promising results in the diagnosis of heart disease, so REFERENCES
applying improved data mining technique in selecting 1. Aakash Chauhan, Aditya Jain, Purushottam
the suitable treatment for heart disease patients needs Sharma, “Heart Disease Prediction using
further investigation. This research identifies gaps in Evolutionary Rule Learning”, International
the research on heart disease diagnosis and treatment Conference on "Computational Intelligence and
and proposes a model to systematically close those Communication Technology" (CICT 2018).

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 1172
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
2456
2. M. Deepika, Dr. K. Kalaiselvi, “A
A Empirical study System using Decision Tree”, International
on Disease Diagnosis using Data Mining Conference on Computing, Communication and
Techniques”, Proceedings of the 2nd International Automation (ICCCA2015).
Conference on Inventive Communication and 12. Rashmi G Saboji, Prem Kumar Ramesh,” A
Computational Technologies (ICICCT 2018) Scalable Solution for Heart Disease Prediction
IEEE Xplore Compliant - Part Number: using Classification Mining Technique”,
CFP18BAC-ART; ISBN:978-1-5386 5386-1974-2. International Conference on Energy,
3. Sarath Babu, Vivek EM, Famina KP, Fida K, Communication, Data Analytics
An and Soft
Aswathi P, Shanid M, Hena M, ““Heart Disease Computing (ICECDS-2017).
2017).
Diagnosis Using Data Mining Technique”, 13. Mai Shouman, Tim Turner, Rob Stocker, “USING
International Conference on Electronics, DATA MINING TECHNIQUES IN HEART
Communication and Aerospace Technology DISEASE DIAGNOSIS AND TREATMENT”,
ICECA 2017. Japan-Egypt
Egypt Conference on Electronics,
4. Salma Banu N.K, Suma Swamy, ““Prediction of Communications and Computers,2012.
Heart Disease
ease at early stage using Data Mining 14. C. Sowmiya, Dr. P. Sumitra,
itra, “Analytical
“ Study of
and Big Data Analytics: A Survey”, International Heart Disease Diagnosis Using Classification
Conference on Electrical, Electronics, Techniques”, IEEE INTERNATIONAL
Communication, Computer and Optimization CONFERENCE ON INTELLIGENT
Techniques (ICEECCOT), 2016. TECHNIQUES IN CONTROL, OPTIMIZATION
5. Ankita Dewan, Meghna Sharma, “Prediction of AND SIGNAL PROCESSING, 2017.
Heart Disease Using a Hybrid Technique in Data 15. P. Sudeshna, S. Bhanumathi, M. R, Anish
Mining Classification”, 2nd International Hamlin,” Identifying Symptoms and Treatment
Conference on Computing for Sustainable Global for Heart Disease from Biomedical Literature
Development (INDIACom), 2015. Using Text Data Mining”, International
6. Monika Gandhi, Dr. Shailendra Narayan Singh, Conference on Computation of Power, Energy,
“Predictions in Heart Disease Using Techniques Information and Communication (ICCPEIC),
of Data
ta Mining”,1st International Conference on 2017.
Futuristic trend in Computational Analysis and 16. Theresa Princy. R, J. Thomas, “Human Heart
Knowledge Management (ABLAZE
(ABLAZE-2015). Disease Prediction
iction System using Data Mining
7. M. A. JABBAR, B.L Deekshatulu, Priti Chndra, Techniques”, International Conference on Circuit,
“Alternating
Alternating decision trees for early diagnosis of Power and Computing Technologies [ICCPCT],
heart disease”, Proceedings of International 2016.
Conference on Circuits, Communication, Control 17. Yong Wang, Ya-Wei
Wei Zhao,” Transplantation of
and Computing (I4C 2014). Data Mining Algorithms to Cloud Computing
8. M. A. Jabbar, Shirina samreen, ““Heart disease Platform when Dealing Big Data”, International
prediction system based on hidden naïve bayes Conference on Cyber-Enabled
Cyber Distributed
classifier”, GJCST, Volume 13 Issue 33, Ver 1.0, Computing and Knowledge Discovery, 2014.
15-25,(2013). 18. Huihui Zhao, Jianxin Chen, Qin Hou,
9. Shubpreet Kaur, Dr. R.K.Bawa, “Implementation
Implementation “Characteristic
Characteristic Pattern Study of Coronary heart
of an Expert System for the Identification of Drug disease with Qi-yin
yin deficiency syndrome based on
Addiction Using Decision Tree ID3 Algorithm”, Decision Tree”, Second International Conference
IEEE, 2017. on Intelligent Computation Technology and
10. Priyanka N, Dr.Pushpa RaviKumar,” Usage of Automation, 2009.
Data mining techniques in predicting the Heart 19. Huihui Zhao , Shuwen Guo, Jianxin Chen , Qi Shi,
diseases – Naïveïve Bayes & Decision tree”, Juan Wang, Chenglong Zheng, Peng Tan,”
International Conference on circuits Power and Characteristic Pattern Study of Coronary Heart
Computing Technologies [ICCPCT]
[ICCPCT], 2017. Disease with Blood Stasis Syndrome
Syndr Based on
11. Purushottam, Prof. (Dr.) Kanak Saxena, Richa Decision Tree”, of biological systems, vol. 15,
Sharma,” Efficient Heart Disease Prediction Dec. 2013, pp. 435-451.

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 1173

Вам также может понравиться