Predictions in Heart Disease Using Techniques of Data Mining
Predictions in Heart Disease Using Techniques of Data Mining
Predictions in Heart Disease Using Techniques of Data Mining
(ABLAZE-2015)
520
2015 1st International Conference on Futuristic trend in Computational Analysis and Knowledge Management
(ABLAZE-2015)
comprises of an iterative sequence of data cleaning, Heart illness is a wide term that incorporates
data integration, data choice, data mining pattern different sorts of sicknesses influencing diverse
recognition furthermore data presentation. In segments of the heart. Heart signifies "cardio."
particulars, data mining may be accomplished Therefore, all heart sicknesses fit in with the class
using classification, clustering, prediction, of cardiovascular ailments.
association and time series analysis.
A few sorts of Heart illnesses are
II. HEART DISEASE
a). Coronary illness: It otherwise called coronary
Heart is vital part or an organ of the body. Life is supply route malady (CAD), it is the most well-
subject to proficient working of heart. In the event known kind of coronary illness over the world. It is
that operation of heart is not proper, it will a condition in which plaque stores obstruct the
influence the other body parts of human, for coronary veins prompting a lessened supply of
example, mind, kidney, etc. Heart is simply a blood and oxygen to the heart.
pump, which pumps the blood through the body. In
the event that if blood in body is insufficient then b) Angina pectoris: It is a therapeutic term for
many organs like cerebrum suffer and if heart quits midsection torment that happens because of
working by, death happens inside minutes. Life is deficient supply of blood to the heart. Otherwise
totally subject to effective working of the heart. called angina, it is a cautioning sign for heart
The term Heart sickness alludes to illness of heart assault. The midsection torment is at interims
& vessel framework inside it. running for few seconds or minutes.
There are number of elements which build the c). Congestive heart disappointment: It is a
danger of Heart infection: condition where the heart can't pump enough blood
• family history of coronary illness to whatever is left of the body. It is generally
• smoking known as heart disappointment.
• Poor eating methodology d). Cardiomyopathy: It is the debilitating of the
• high pulse heart muscle or a change in the structure of the
• cholesterol muscle because of lacking heart pumping. A
• high blood cholesterol portion of the normal reasons for Cardiomyopathy
• obesity are hypertension, liquor utilization, viral diseases,
• Physical inertia and hereditary imperfections.
521
2015 1st International Conference onn Futuristic trend in Computational Analysis and Know
wledge Management
(ABLAZE-2015)
522
2015 1st International Conference onn Futuristic trend in Computational Analysis and Know
wledge Management
(ABLAZE-2015)
Advantages:
523
2015 1st International Conference on Futuristic trend in Computational Analysis and Knowledge Management
(ABLAZE-2015)
any other feature. Naive Bayes classifiers are = P(x1| Ci)* P(x2| Ci )......P(xm| Ci)
trained to work in supervised learning.
5. To predict class of X, P(X|Ci )P(Ci ) is
Naive Bayes classifier mainly pre assumes the calculated for each class Ci. Naive Bayes
effect of a variable value on predefined class that is predict that class label of X is Ci class if
not dependent on value of other variable. This is P(X|Ci)P(Ci) > P(X|Cj)P(Cj)
called as property of class conditional for 1 ≤ j ≤ m, j ≠ i
independence. It is particularly suited when the
dimensionality of the inputs is high. Naïve
Bayesian is mainly used to form models with In medical DM, Naïve Bayes classifier plays a
predictive capabilities. crucial role. It shows high performance as if
attributes are not dependent on one other, one can
Bayes' Theorem: easily use it in medical diagnosis. As in medical
data, there are missing values and this classifier can
Probability (B given A) = (Probability (A and B)/
easily handle missing values. [9]
Probability (A))
Advantage:
Assume X as a data tuple. Let H be any hypothesis.
P (H|X) be posterior probability of the H that is • Easy handle of large amount of data.
conditioned on X. In the same way, P (X|H) is the • It mainly require small amount of training set
posterior probability of X condition on H. to estimate the parameters i.e. mean and
variance needed for classification.
P (H|X) = (P(X|H)P(H)/ P (X))
• Fast to train and Fast to classify
P(H) is prior probability of H.
• Not sensitive to irrelevant features
Naive Bayes Algorithm: • Handles real and discrete data
• Handles streaming data well
1. Assume D to be training set of tuple. Every
record can be represented by n-dimensional Disadvantages:
attribute vector i.e. X=(x1, x2…, xn),predicting
n measurements on tuple from n attributes, i.e. • Loss of accuracy
A1 to An. • Practically, there are dependencies among
2. Let m number of class for prediction (C1, variables, but these dependencies are not
C2…...., Cm). As for record X, the classifier handled by the classifier.
predict that X will belong to the class with • Assumes independence of features
maximum posterior probability that is
conditioned on X. Naïve Bayes predict that the IV. CONCLUSION
tuple x will belong to class Ci only if P
(Ci|X)>P (Cj|X). Therefore we have to In this paper we studied how data mining
maximize P(Ci|X). By Bayes’ theorem: techniques brings with set of techniques to find out
524
2015 1st International Conference on Futuristic trend in Computational Analysis and Knowledge Management
(ABLAZE-2015)
hidden patterns for making decision in healthcare Technology and Exploring Engineering (IJITEE),
organizations. We focussed on classification September 2012.
methods of data mining used in data discovery.
[4] K.Srinivas B.Kavihta Rani Dr. A.Govrdhan,
Different classification techniques of data mining
“Applications of Data Mining Techniques in
have merits and demerits for data classification and Healthcare and Prediction of Heart Attacks”,
knowledge extraction. (IJCSE) International Journal on Computer Science
and Engineering, 2010.
Furthermore, neural networks, decision trees or
naïve Bayes can be studied in more detail to [5] Deepali Chandna, “Diagnosis of Heart Disease
implement an algorithm that is helpful in healthcare Using Data Mining Algorithm”, 1678-1680,
organizations. (IJCSIT) International Journal of Computer
Science and Information Technologies, Vol. 5 (2) ,
REFERENCES 2014.
525