SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Linguistics and computational Applications (IJLCA) ISSN 2394-6385(Print)
Volume 3, Issue 4, October – December 2016 ISSN 2394-6393(Online)
72
Relevance of Data Mining for Presumption of Anarchy
Dr.Aneeshkumar A.S.
Assistant Professor, Department of Computer Science, Alpha Arts and Science College, Chennai, India
aneeshkumar.alpha@gmail.com
Abstract— Association in Data Mining is used to identify
frequent item sets and its correlation. The broad application
of association mining in research, market analysis and
disease predictions are proved. But sometimes the
formation of association rule is very peculiar work in
medical diagnosis. Early detection of disease is always
useful to reduce the complexity and after effects. It also
reduces time and money expenses. In this paper, I propose
a case study for disease prediction model.
Keywords— Data Mining; Association Rule; heart
Disease.
1. Introduction
Data mining or knowledge discovery is a process of
identifying valid and useful information from a large multi
dimensional dataset. So it combines data bases, information
retrieval, statistics, machine learning and algorithms.
Association mining is one of the descriptive methodologies
to generate associative rules for the frequent sets among the
transactional data. The efficient discovery of such rules has
been a major focus in the data mining research community
[1].
Association rules are defined as
be a set of items. Let be a set of transactions, where each
transaction T is a set of items such that Each
transaction is associated with a unique identifier TID. A
transaction T is said to contain , a set of items in X, If
.
An association rule is an implication of the
form , where X, R X, and R= . The
rule R has a support s in the transaction set D if s% of
the transaction in D contains Q R. That is known as, the
support of the rule is the probability that and Y hold
together among all the possible presented cases
i.e., . It is said that the rule R holds in the
transaction set with confidence c, if of transactions
in D that contain and also contain . That is, the
confidence of the rule is the conditional probability that the
consequent Y is true under the condition of the antecedent
X.
The problem of discovering all association rules from a
set of transaction D which consists of the rules that have a
support and confidence greater than given thresholds.
These rules are called strong rules.
2. Case Study: Heart Disease
Heart disease is one of the major causes of mortality in
the world. Each year about 500,000 people die from heart
attacks. An additional 500,000 undergo coronary artery
bypass surgery or balloon angioplasty for advanced heart
disease. Early recognition and treatment of heart disease is
vital to prevent some of these events [2]. In case of any
disease, early intervention is better than providing
treatment after identifying the disease. According to
surveillance of mortality and cardiovascular disease(CVD)
related morbidity in industrial settings, almost 2.6 million
Indians are predicted to die due to coronary heart
disease(CHD), which constitutes 54.1% of all CVD deaths
in India by 2020. Additionally, CHD in Indians has been
shown to occur prematurely, that is, at least a decade
earlier than their counterparts in developed countries. Heart
diseases may see in all categories of peoples without any
age categories in India. It is due to the lack of physical
activity, modern improper food habits, smoking and
alcohol consumption. Sadly we can say these are the part of
Indian youth’s life style.
The ultimate goal of risk factor prevention, detection,
and control is to prevent acute events. In India, most cases
felt the first occurrence of heart disease is without prior
knowledge of heart disease. Sudden death and out of
hospital deaths, due to heart disease are also without the
prior evidence. So in this paper, we try to identify the cases
of heart disease by using associative symptoms. Risk
factors are widely classified into two categories, which are
major and contributing. Major risk factors are here used to
prove the risk of heart diseases. Contributing risk factor are
those that doctors think can lead to an increased risk of
heart disease, but their exact role has not been defined. The
more risk factors you have, the more likely to have heart
disease development. Some risk factors can be changed.
But as a whole, it can be considered as evidence. If in case
of earlier identification, most of the risk factors can be
changed or treated and also controlled as possible through
lifestyle changes and medicines. Based on Table I data, we
are considering the minimum support as 2.
i.e. min_sup_count= 2/10 =20%
Then the maximum support count in C1, which is
identified as 8 for Cholesterol and other support counts are
C2 = 7, C3= 6, C4=4, C5=3,C6=2. Strong association rule
satisfy both minimum support and minimum confidence.
So the confidence is,
International Journal of Linguistics and computational Applications (IJLCA) ISSN 2394-6385(Print)
Volume 3, Issue 4, October – December 2016 ISSN 2394-6393(Online)
73
The conditional probability is expressed in terms of
itemset support count, where support count is the
number of transactions that contains the itemset ,
and support count (A) is the number of transactions
contains the itemset A.
Confidence( H D=>Cho) = 9/10 = 90%
Confidence( H D=>Chol^Dia) = 7/10 = 70%
Confidence( HD=>Cho^P I) = 7/10 = 70%
Confidence( H D=>Cho^Dia^P I) = 6/10 = 60%
Confidence( H D=>Cho^Dia^Obe^P I) = 4/10 = 40%
Confidence( H D=>Cho^Dia^Obe^Smo^PI) = 3/10 = 30%
Confidence( H D=>BP^Cho^Dia^Obe^Smo^P I) =2/10=
20%
If the minimum confidence threshold is 70%, then the
first three rules are generating strong association.
3. Result and Discussion
Apriori algorithm is used here to determine the
association of symptoms and generate association rules.
Ten sample data of heart disease (HD) with its associative
symptoms are shown in Table 1. The maximum confidence
of this dataset is identified as 0.9. Table 2 is used to show
the age of ten patients.
Table 3 shows the largest itemset which generated from
4 lists by the apriori algorithm. L(2) produced 14 itemsets
as largest and L(4) produced smallest as 2. Table 4 shows
the average age group for heart disease. According to male
group the minimum age for occurring heart disease is 38
and for female it is 45. The average age group for male is
45 and female is 58.7. In recent years, the average of both
male and female is reducing because of modern food habits
and life style. Table 5 represents the weight of each
attribute, given as the predicting factor of heart disease.
From table 2, it can be concluded that the age and sex
are major dependent factors for heart disease prediction. So
the condition of rule based multidimensional association is
written as,
Table 1: Symptom of Heart disease
Table 2: Age of the patients
Table 3: large itemset generated in each list
Table 4: Mean and Standard deviation
Table 5: Weight of the attributes
International Journal of Linguistics and computational Applications (IJLCA) ISSN 2394-6385(Print)
Volume 3, Issue 4, October – December 2016 ISSN 2394-6393(Online)
74
IF (Confidence
IF (Gender==Male)&&(age>35)
THEN (“The Risk is High”);
ELSE-IF (Gender==Male) && (age<35)
THEN (“The Risk is Normal”);
ELSE_IF (Gender==Female)&&(Age>45)
THEN (“The Risk is High”);
ELSE (“The Risk is Normal”);
END-IF;
4. Conclusion
This paper introduced a case study for associative
mining and which may useful for experts to predict heart
diseases and make consciousness in surveillance of
mortality due to heart disease or its related issues. The
relation of age, sex and suspected symptoms like hyper
tension or blood pressure, cholesterol, diabetes, obesity,
smoking and physical inactivity for the prediction of heart
disease is proven in this work. In India, the average time of
more than one hour is needed for a patient to reach a
hospital in any emergency situation. So Indian medical
practitioners are demonstrating awareness of evidence
based treatment and therefore this application will give
more support to such society for their future work.
References
[1] Maria-Luiza Antony , Osmar R. Zaiane, Text document
categorization by term association.
[2] Lawrence s. cohen, Heart disease symptoms, chapter 9, Yale
University School of Medicine Heart Book.
[3] Jiawei Han and Micheline Kamber, Data Mining Concepts and
Techniques, Published by Elsevier, second edition – 2006.
[4] Xiaoxin Yin, Jiawei Han, CPAR: Classification based on Predictive
Association Rules.
[5] Shantakumar B. Patil, Y.S.Kumaraswamy, Intelligent and effective
heart attack Prediction System using Data mining and Artificial
neural network, European journal of Scientific research, Volume 31
Issue 4, 2009, pp.642-656.
[6] K. Rajeswari, Dr. V.Vaithiyanathan, Dr. P. Amirtharaj, Prediction
of risk score for heart disease in India using machine Intelligence,
International Conference on Information and Network Technology,
Volume 4, 2011, IACSIT Press, Singapore.
[7] Sunita Soni, O.P.Vyas, Using Associative classifiers for Predictive
Analysis in Healt care Mining, International Journal of Computer
Applications, Volume 4, Issue 5, July 2010.
[8] Aneeshkumar A.S and Jothi Venkateswaran C, Estimating the
Surveillance of Liver Disorder using Classification Algorithms,
International Journal of Computer Application, Volume 57, Issue 6,
pp.39-42, November 2012.
[9] Latha Parthiban and R. Subramanian, Intelligent Heart Disease
Prediction using CANFIS and Genetic Algorithm, International
Journal of Biological and Life Sciences, Vol.3, issue 3, 2007.
[10] Coronary heart disease- causes,incidence, risk factors and
symptoms, http :// www. ncbi.nlm.nih. gov / pubmed health
/PMH0004449/.
[11] Aneeshkumar A.S and Jothi Venkateswaran C, An Integrated
Approach for Predicting the Contribution of Sovereign Dynamics,
Engineering Sciences International Research Journal, Volume 1,
Issue 1, pp. 24-27, February 2013.
[12] Heart disease burden in the next two years,
http://www.medicalnewstoday.com / articles / 105302.php.
[13] Causes of increase in the number of heart patients in India,
http://health.indiatimes.com/ articleshow/479575.cms.
[14] Heart disease symptoms, http://heart-disease-symptoms.com/.
[15] India’s no.1 killer: Heart disease, http://indiatoday.intoday.in/story/
India’s+no.1+killer:+ Heart=disease/1/92422.html.
[16] Heart Disease Risk Factors, From Texas Heart institute,
http://chinese-school.netfirms. com/heart-disease-causes.html.
Dr.Aneeshkumar A.S. is presently working as
an Assistant Professor in the Department of
Computer Science at Alpha Arts and Science
College, Porur, Chennai. He completed his Ph.D.
in Computer Science from University of Madras,
Chennai. He finished M.Phil in Computer
Science from Vinayaka Mission University. He
holds a Master Degree in Information
Technology from University of Madras and a
Master of Computer Applications degree from
Bharathiar University, Coimbatore. In addition to that he completed
separate Master degree in Psychology, and in Criminology and Criminal
Justice Administration. He presented numerous papers at various National
and International conferences and has a handful of publications in SCI,
Scopus, National and International level Journals with good impact factor.
Dr.A.K. is the Chief Editor for three International Journals. He is the
Editorial Board Member and Indian Reviewer for various SCI and Scopus
Indexed Journals. He is having teaching experience of more than nine
years and seven years of Research activities. He organized various
International and National Conferences, Seminars, Symposiums, Guest
Lectures for the Research Scholars and Faculty Members. He invented
numerous algorithmic models for complex analyses and acting as an
Executive Member, Resource Person and Advisory Member for various
International Organizations and Programs. He is expertise in the field of
Data Mining, Soft Computing, Software Engineering, Fuzzy Logic, Cloud
Computing, Swarm Intelligence and Artificial Intelligence.

More Related Content

What's hot

Science and Policy Making in Public Health
Science and Policy Making in Public HealthScience and Policy Making in Public Health
Science and Policy Making in Public HealthAlbert Farrugia
 
Estimating the Survival Function of HIV AIDS Patients using Weibull Model
Estimating the Survival Function of HIV AIDS Patients using Weibull ModelEstimating the Survival Function of HIV AIDS Patients using Weibull Model
Estimating the Survival Function of HIV AIDS Patients using Weibull Modelijtsrd
 
Harnessing Data to Improve Health Equity - Dr. Ali Mokdad
Harnessing Data to Improve Health Equity - Dr. Ali MokdadHarnessing Data to Improve Health Equity - Dr. Ali Mokdad
Harnessing Data to Improve Health Equity - Dr. Ali MokdadLauren Johnson
 
Improving the performance of k nearest neighbor algorithm for the classificat...
Improving the performance of k nearest neighbor algorithm for the classificat...Improving the performance of k nearest neighbor algorithm for the classificat...
Improving the performance of k nearest neighbor algorithm for the classificat...IAEME Publication
 

What's hot (7)

Science and Policy Making in Public Health
Science and Policy Making in Public HealthScience and Policy Making in Public Health
Science and Policy Making in Public Health
 
Estimating the Survival Function of HIV AIDS Patients using Weibull Model
Estimating the Survival Function of HIV AIDS Patients using Weibull ModelEstimating the Survival Function of HIV AIDS Patients using Weibull Model
Estimating the Survival Function of HIV AIDS Patients using Weibull Model
 
Harnessing Data to Improve Health Equity - Dr. Ali Mokdad
Harnessing Data to Improve Health Equity - Dr. Ali MokdadHarnessing Data to Improve Health Equity - Dr. Ali Mokdad
Harnessing Data to Improve Health Equity - Dr. Ali Mokdad
 
Nhanes ASCVD cost study
Nhanes ASCVD cost studyNhanes ASCVD cost study
Nhanes ASCVD cost study
 
H0342044046
H0342044046H0342044046
H0342044046
 
Improving the performance of k nearest neighbor algorithm for the classificat...
Improving the performance of k nearest neighbor algorithm for the classificat...Improving the performance of k nearest neighbor algorithm for the classificat...
Improving the performance of k nearest neighbor algorithm for the classificat...
 
Jurnal 2 wawan
Jurnal 2 wawanJurnal 2 wawan
Jurnal 2 wawan
 

Similar to Relevance of data mining for presumption of anarchy

Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...IRJET Journal
 
Physical activity and risk of cardiovascular disease—a
Physical activity and risk of cardiovascular disease—aPhysical activity and risk of cardiovascular disease—a
Physical activity and risk of cardiovascular disease—aArhamSheikh1
 
HEART DISEASE PREDICTION USING MACHINE LEARNING AND DEEP LEARNING
HEART DISEASE PREDICTION USING MACHINE LEARNING AND DEEP LEARNINGHEART DISEASE PREDICTION USING MACHINE LEARNING AND DEEP LEARNING
HEART DISEASE PREDICTION USING MACHINE LEARNING AND DEEP LEARNINGIJDKP
 
A Heart Disease Prediction Model using Decision Tree
A Heart Disease Prediction Model using Decision TreeA Heart Disease Prediction Model using Decision Tree
A Heart Disease Prediction Model using Decision TreeIOSR Journals
 
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...FaridaBRAHIMI5
 
Estimation of Prediction for Heart Failure Chances Using Various Machine Lear...
Estimation of Prediction for Heart Failure Chances Using Various Machine Lear...Estimation of Prediction for Heart Failure Chances Using Various Machine Lear...
Estimation of Prediction for Heart Failure Chances Using Various Machine Lear...IRJET Journal
 
Heart Attack Prediction System Using Fuzzy C Means Classifier
Heart Attack Prediction System Using Fuzzy C Means ClassifierHeart Attack Prediction System Using Fuzzy C Means Classifier
Heart Attack Prediction System Using Fuzzy C Means ClassifierIOSR Journals
 
Heart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning TechniquesHeart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning TechniquesIRJET Journal
 
Challenging Factors Influencing Biodiversity_ Crimson Publishers
Challenging Factors Influencing Biodiversity_ Crimson PublishersChallenging Factors Influencing Biodiversity_ Crimson Publishers
Challenging Factors Influencing Biodiversity_ Crimson PublishersCrimsonpublishersEAES
 
The Use of Artificial Neural Network and Logistic Regression to Predict the I...
The Use of Artificial Neural Network and Logistic Regression to Predict the I...The Use of Artificial Neural Network and Logistic Regression to Predict the I...
The Use of Artificial Neural Network and Logistic Regression to Predict the I...Crimsonpublisherscojnh
 
A novel methodology for diagnosing the heart disease using fuzzy database
A novel methodology for diagnosing the heart disease using fuzzy databaseA novel methodology for diagnosing the heart disease using fuzzy database
A novel methodology for diagnosing the heart disease using fuzzy databaseeSAT Journals
 
Prediction of Heart Disease Using Data Mining Techniques- A Review
Prediction of Heart Disease Using Data Mining Techniques- A ReviewPrediction of Heart Disease Using Data Mining Techniques- A Review
Prediction of Heart Disease Using Data Mining Techniques- A ReviewIRJET Journal
 
Detection of myocardial infarction on recent dataset using machine learning
Detection of myocardial infarction on recent dataset using machine learningDetection of myocardial infarction on recent dataset using machine learning
Detection of myocardial infarction on recent dataset using machine learningIJICTJOURNAL
 
Final PaperThis Final Paper involves the critical review and ana.docx
Final PaperThis Final Paper involves the critical review and ana.docxFinal PaperThis Final Paper involves the critical review and ana.docx
Final PaperThis Final Paper involves the critical review and ana.docxssuser454af01
 
Paper id 36201506
Paper id 36201506Paper id 36201506
Paper id 36201506IJRAT
 
STARS_presentation_EthanNg_2016_pdf
STARS_presentation_EthanNg_2016_pdfSTARS_presentation_EthanNg_2016_pdf
STARS_presentation_EthanNg_2016_pdfEthan Ng
 
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...IRJET Journal
 
MAKING SENSE OFSTATISTICSWhat statistics tell you an.docx
MAKING SENSE OFSTATISTICSWhat statistics tell you an.docxMAKING SENSE OFSTATISTICSWhat statistics tell you an.docx
MAKING SENSE OFSTATISTICSWhat statistics tell you an.docxsmile790243
 
HPPS : Heart Problem Prediction System using Machine Learning
HPPS : Heart Problem Prediction System using Machine LearningHPPS : Heart Problem Prediction System using Machine Learning
HPPS : Heart Problem Prediction System using Machine LearningNimai Chand Das Adhikari
 

Similar to Relevance of data mining for presumption of anarchy (20)

Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...
 
Physical activity and risk of cardiovascular disease—a
Physical activity and risk of cardiovascular disease—aPhysical activity and risk of cardiovascular disease—a
Physical activity and risk of cardiovascular disease—a
 
HEART DISEASE PREDICTION USING MACHINE LEARNING AND DEEP LEARNING
HEART DISEASE PREDICTION USING MACHINE LEARNING AND DEEP LEARNINGHEART DISEASE PREDICTION USING MACHINE LEARNING AND DEEP LEARNING
HEART DISEASE PREDICTION USING MACHINE LEARNING AND DEEP LEARNING
 
A Heart Disease Prediction Model using Decision Tree
A Heart Disease Prediction Model using Decision TreeA Heart Disease Prediction Model using Decision Tree
A Heart Disease Prediction Model using Decision Tree
 
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
 
Estimation of Prediction for Heart Failure Chances Using Various Machine Lear...
Estimation of Prediction for Heart Failure Chances Using Various Machine Lear...Estimation of Prediction for Heart Failure Chances Using Various Machine Lear...
Estimation of Prediction for Heart Failure Chances Using Various Machine Lear...
 
Heart Attack Prediction System Using Fuzzy C Means Classifier
Heart Attack Prediction System Using Fuzzy C Means ClassifierHeart Attack Prediction System Using Fuzzy C Means Classifier
Heart Attack Prediction System Using Fuzzy C Means Classifier
 
Heart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning TechniquesHeart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning Techniques
 
Challenging Factors Influencing Biodiversity_ Crimson Publishers
Challenging Factors Influencing Biodiversity_ Crimson PublishersChallenging Factors Influencing Biodiversity_ Crimson Publishers
Challenging Factors Influencing Biodiversity_ Crimson Publishers
 
The Use of Artificial Neural Network and Logistic Regression to Predict the I...
The Use of Artificial Neural Network and Logistic Regression to Predict the I...The Use of Artificial Neural Network and Logistic Regression to Predict the I...
The Use of Artificial Neural Network and Logistic Regression to Predict the I...
 
A novel methodology for diagnosing the heart disease using fuzzy database
A novel methodology for diagnosing the heart disease using fuzzy databaseA novel methodology for diagnosing the heart disease using fuzzy database
A novel methodology for diagnosing the heart disease using fuzzy database
 
Prediction of Heart Disease Using Data Mining Techniques- A Review
Prediction of Heart Disease Using Data Mining Techniques- A ReviewPrediction of Heart Disease Using Data Mining Techniques- A Review
Prediction of Heart Disease Using Data Mining Techniques- A Review
 
Detection of myocardial infarction on recent dataset using machine learning
Detection of myocardial infarction on recent dataset using machine learningDetection of myocardial infarction on recent dataset using machine learning
Detection of myocardial infarction on recent dataset using machine learning
 
Final PaperThis Final Paper involves the critical review and ana.docx
Final PaperThis Final Paper involves the critical review and ana.docxFinal PaperThis Final Paper involves the critical review and ana.docx
Final PaperThis Final Paper involves the critical review and ana.docx
 
Paper id 36201506
Paper id 36201506Paper id 36201506
Paper id 36201506
 
STARS_presentation_EthanNg_2016_pdf
STARS_presentation_EthanNg_2016_pdfSTARS_presentation_EthanNg_2016_pdf
STARS_presentation_EthanNg_2016_pdf
 
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
 
MAKING SENSE OFSTATISTICSWhat statistics tell you an.docx
MAKING SENSE OFSTATISTICSWhat statistics tell you an.docxMAKING SENSE OFSTATISTICSWhat statistics tell you an.docx
MAKING SENSE OFSTATISTICSWhat statistics tell you an.docx
 
HPPS : Heart Problem Prediction System using Machine Learning
HPPS : Heart Problem Prediction System using Machine LearningHPPS : Heart Problem Prediction System using Machine Learning
HPPS : Heart Problem Prediction System using Machine Learning
 
A03640103
A03640103A03640103
A03640103
 

Recently uploaded

Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
Spark3's new memory model/management
Spark3's new memory model/managementSpark3's new memory model/management
Spark3's new memory model/managementakshesh doshi
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Data Warehouse , Data Cube Computation
Data Warehouse   , Data Cube ComputationData Warehouse   , Data Cube Computation
Data Warehouse , Data Cube Computationsit20ad004
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 

Recently uploaded (20)

Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
Spark3's new memory model/management
Spark3's new memory model/managementSpark3's new memory model/management
Spark3's new memory model/management
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Data Warehouse , Data Cube Computation
Data Warehouse   , Data Cube ComputationData Warehouse   , Data Cube Computation
Data Warehouse , Data Cube Computation
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 

Relevance of data mining for presumption of anarchy

  • 1. International Journal of Linguistics and computational Applications (IJLCA) ISSN 2394-6385(Print) Volume 3, Issue 4, October – December 2016 ISSN 2394-6393(Online) 72 Relevance of Data Mining for Presumption of Anarchy Dr.Aneeshkumar A.S. Assistant Professor, Department of Computer Science, Alpha Arts and Science College, Chennai, India aneeshkumar.alpha@gmail.com Abstract— Association in Data Mining is used to identify frequent item sets and its correlation. The broad application of association mining in research, market analysis and disease predictions are proved. But sometimes the formation of association rule is very peculiar work in medical diagnosis. Early detection of disease is always useful to reduce the complexity and after effects. It also reduces time and money expenses. In this paper, I propose a case study for disease prediction model. Keywords— Data Mining; Association Rule; heart Disease. 1. Introduction Data mining or knowledge discovery is a process of identifying valid and useful information from a large multi dimensional dataset. So it combines data bases, information retrieval, statistics, machine learning and algorithms. Association mining is one of the descriptive methodologies to generate associative rules for the frequent sets among the transactional data. The efficient discovery of such rules has been a major focus in the data mining research community [1]. Association rules are defined as be a set of items. Let be a set of transactions, where each transaction T is a set of items such that Each transaction is associated with a unique identifier TID. A transaction T is said to contain , a set of items in X, If . An association rule is an implication of the form , where X, R X, and R= . The rule R has a support s in the transaction set D if s% of the transaction in D contains Q R. That is known as, the support of the rule is the probability that and Y hold together among all the possible presented cases i.e., . It is said that the rule R holds in the transaction set with confidence c, if of transactions in D that contain and also contain . That is, the confidence of the rule is the conditional probability that the consequent Y is true under the condition of the antecedent X. The problem of discovering all association rules from a set of transaction D which consists of the rules that have a support and confidence greater than given thresholds. These rules are called strong rules. 2. Case Study: Heart Disease Heart disease is one of the major causes of mortality in the world. Each year about 500,000 people die from heart attacks. An additional 500,000 undergo coronary artery bypass surgery or balloon angioplasty for advanced heart disease. Early recognition and treatment of heart disease is vital to prevent some of these events [2]. In case of any disease, early intervention is better than providing treatment after identifying the disease. According to surveillance of mortality and cardiovascular disease(CVD) related morbidity in industrial settings, almost 2.6 million Indians are predicted to die due to coronary heart disease(CHD), which constitutes 54.1% of all CVD deaths in India by 2020. Additionally, CHD in Indians has been shown to occur prematurely, that is, at least a decade earlier than their counterparts in developed countries. Heart diseases may see in all categories of peoples without any age categories in India. It is due to the lack of physical activity, modern improper food habits, smoking and alcohol consumption. Sadly we can say these are the part of Indian youth’s life style. The ultimate goal of risk factor prevention, detection, and control is to prevent acute events. In India, most cases felt the first occurrence of heart disease is without prior knowledge of heart disease. Sudden death and out of hospital deaths, due to heart disease are also without the prior evidence. So in this paper, we try to identify the cases of heart disease by using associative symptoms. Risk factors are widely classified into two categories, which are major and contributing. Major risk factors are here used to prove the risk of heart diseases. Contributing risk factor are those that doctors think can lead to an increased risk of heart disease, but their exact role has not been defined. The more risk factors you have, the more likely to have heart disease development. Some risk factors can be changed. But as a whole, it can be considered as evidence. If in case of earlier identification, most of the risk factors can be changed or treated and also controlled as possible through lifestyle changes and medicines. Based on Table I data, we are considering the minimum support as 2. i.e. min_sup_count= 2/10 =20% Then the maximum support count in C1, which is identified as 8 for Cholesterol and other support counts are C2 = 7, C3= 6, C4=4, C5=3,C6=2. Strong association rule satisfy both minimum support and minimum confidence. So the confidence is,
  • 2. International Journal of Linguistics and computational Applications (IJLCA) ISSN 2394-6385(Print) Volume 3, Issue 4, October – December 2016 ISSN 2394-6393(Online) 73 The conditional probability is expressed in terms of itemset support count, where support count is the number of transactions that contains the itemset , and support count (A) is the number of transactions contains the itemset A. Confidence( H D=>Cho) = 9/10 = 90% Confidence( H D=>Chol^Dia) = 7/10 = 70% Confidence( HD=>Cho^P I) = 7/10 = 70% Confidence( H D=>Cho^Dia^P I) = 6/10 = 60% Confidence( H D=>Cho^Dia^Obe^P I) = 4/10 = 40% Confidence( H D=>Cho^Dia^Obe^Smo^PI) = 3/10 = 30% Confidence( H D=>BP^Cho^Dia^Obe^Smo^P I) =2/10= 20% If the minimum confidence threshold is 70%, then the first three rules are generating strong association. 3. Result and Discussion Apriori algorithm is used here to determine the association of symptoms and generate association rules. Ten sample data of heart disease (HD) with its associative symptoms are shown in Table 1. The maximum confidence of this dataset is identified as 0.9. Table 2 is used to show the age of ten patients. Table 3 shows the largest itemset which generated from 4 lists by the apriori algorithm. L(2) produced 14 itemsets as largest and L(4) produced smallest as 2. Table 4 shows the average age group for heart disease. According to male group the minimum age for occurring heart disease is 38 and for female it is 45. The average age group for male is 45 and female is 58.7. In recent years, the average of both male and female is reducing because of modern food habits and life style. Table 5 represents the weight of each attribute, given as the predicting factor of heart disease. From table 2, it can be concluded that the age and sex are major dependent factors for heart disease prediction. So the condition of rule based multidimensional association is written as, Table 1: Symptom of Heart disease Table 2: Age of the patients Table 3: large itemset generated in each list Table 4: Mean and Standard deviation Table 5: Weight of the attributes
  • 3. International Journal of Linguistics and computational Applications (IJLCA) ISSN 2394-6385(Print) Volume 3, Issue 4, October – December 2016 ISSN 2394-6393(Online) 74 IF (Confidence IF (Gender==Male)&&(age>35) THEN (“The Risk is High”); ELSE-IF (Gender==Male) && (age<35) THEN (“The Risk is Normal”); ELSE_IF (Gender==Female)&&(Age>45) THEN (“The Risk is High”); ELSE (“The Risk is Normal”); END-IF; 4. Conclusion This paper introduced a case study for associative mining and which may useful for experts to predict heart diseases and make consciousness in surveillance of mortality due to heart disease or its related issues. The relation of age, sex and suspected symptoms like hyper tension or blood pressure, cholesterol, diabetes, obesity, smoking and physical inactivity for the prediction of heart disease is proven in this work. In India, the average time of more than one hour is needed for a patient to reach a hospital in any emergency situation. So Indian medical practitioners are demonstrating awareness of evidence based treatment and therefore this application will give more support to such society for their future work. References [1] Maria-Luiza Antony , Osmar R. Zaiane, Text document categorization by term association. [2] Lawrence s. cohen, Heart disease symptoms, chapter 9, Yale University School of Medicine Heart Book. [3] Jiawei Han and Micheline Kamber, Data Mining Concepts and Techniques, Published by Elsevier, second edition – 2006. [4] Xiaoxin Yin, Jiawei Han, CPAR: Classification based on Predictive Association Rules. [5] Shantakumar B. Patil, Y.S.Kumaraswamy, Intelligent and effective heart attack Prediction System using Data mining and Artificial neural network, European journal of Scientific research, Volume 31 Issue 4, 2009, pp.642-656. [6] K. Rajeswari, Dr. V.Vaithiyanathan, Dr. P. Amirtharaj, Prediction of risk score for heart disease in India using machine Intelligence, International Conference on Information and Network Technology, Volume 4, 2011, IACSIT Press, Singapore. [7] Sunita Soni, O.P.Vyas, Using Associative classifiers for Predictive Analysis in Healt care Mining, International Journal of Computer Applications, Volume 4, Issue 5, July 2010. [8] Aneeshkumar A.S and Jothi Venkateswaran C, Estimating the Surveillance of Liver Disorder using Classification Algorithms, International Journal of Computer Application, Volume 57, Issue 6, pp.39-42, November 2012. [9] Latha Parthiban and R. Subramanian, Intelligent Heart Disease Prediction using CANFIS and Genetic Algorithm, International Journal of Biological and Life Sciences, Vol.3, issue 3, 2007. [10] Coronary heart disease- causes,incidence, risk factors and symptoms, http :// www. ncbi.nlm.nih. gov / pubmed health /PMH0004449/. [11] Aneeshkumar A.S and Jothi Venkateswaran C, An Integrated Approach for Predicting the Contribution of Sovereign Dynamics, Engineering Sciences International Research Journal, Volume 1, Issue 1, pp. 24-27, February 2013. [12] Heart disease burden in the next two years, http://www.medicalnewstoday.com / articles / 105302.php. [13] Causes of increase in the number of heart patients in India, http://health.indiatimes.com/ articleshow/479575.cms. [14] Heart disease symptoms, http://heart-disease-symptoms.com/. [15] India’s no.1 killer: Heart disease, http://indiatoday.intoday.in/story/ India’s+no.1+killer:+ Heart=disease/1/92422.html. [16] Heart Disease Risk Factors, From Texas Heart institute, http://chinese-school.netfirms. com/heart-disease-causes.html. Dr.Aneeshkumar A.S. is presently working as an Assistant Professor in the Department of Computer Science at Alpha Arts and Science College, Porur, Chennai. He completed his Ph.D. in Computer Science from University of Madras, Chennai. He finished M.Phil in Computer Science from Vinayaka Mission University. He holds a Master Degree in Information Technology from University of Madras and a Master of Computer Applications degree from Bharathiar University, Coimbatore. In addition to that he completed separate Master degree in Psychology, and in Criminology and Criminal Justice Administration. He presented numerous papers at various National and International conferences and has a handful of publications in SCI, Scopus, National and International level Journals with good impact factor. Dr.A.K. is the Chief Editor for three International Journals. He is the Editorial Board Member and Indian Reviewer for various SCI and Scopus Indexed Journals. He is having teaching experience of more than nine years and seven years of Research activities. He organized various International and National Conferences, Seminars, Symposiums, Guest Lectures for the Research Scholars and Faculty Members. He invented numerous algorithmic models for complex analyses and acting as an Executive Member, Resource Person and Advisory Member for various International Organizations and Programs. He is expertise in the field of Data Mining, Soft Computing, Software Engineering, Fuzzy Logic, Cloud Computing, Swarm Intelligence and Artificial Intelligence.