SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN:2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 11 | Nov-2014, Available @ http://www.ijret.org 184
AN ENHANCED FUZZY ROUGH SET-BASED CLUSTERING
ALGORITHM FOR CATEGORICAL DATA
Raval Dhwani Jayant1
, Vashi Viral Mineshkumar2
1
M.Tech (Software Tech.), VIT University, India
2
M.Tech (Software Tech.), VIT University, India
Abstract
In today’s world everything is done digitally and so we have lots of data raw data. This data are useful to predict future events if
we proper use it. Clustering is such a technique where we put closely related data together. Furthermore we have types of data
sequential, interval, categorical etc. In this paper we have shown what is the problem with clustering categorical data with rough
set and who we can overcome with improvement.
-----------------------------------------------------------------***------------------------------------------------------------------
1. INTRODUCTION
In database Categorical variable is variable which have to
take one of the values from set of finite values attached to it.
Value of this categorical variable relies to values of other
related variables this as a whole is known as categorical data
[1]. Now clustering based on what category data falls is
issues here. Because unlike categorical data of blood group
when we know that data will definitely fall in only one
group i.e. A, B, AB e.t.c. this are crisp categorical data but
we also have some categorical data which are not crisp and
have may-be scenario e.g. for giving loan there will be some
situation when it is tough to decide if its “risky” or “safe”
and thus sometimes same set of data will fall in “risky”
category where as sometimes in “safe”. Another example is
disease treatment when sometime we go for treatment A
sometimes for B for same medical data. Clustering this kind
of data to get correct cluster set we cannot apply existing
rough set clustering technique as it only work with data
which have at least one crisp relation using which clustering
is done. With little modification in lower approximation
formulation and use of fuzzy logic we can improve
conventional rough set technique to better cluster the data so
that all closely related data fall in same cluster.
In following section we will go through basics of rough set
and fuzzy logic and then with example we will show how
rough set clustering works problem in rough set clustering
and Improved fuzzy rough set clustering all with proper
example.
2. LITERATURE SURVEY
Rough Set Theory: - It was first proposed by Pawlak[6] for
processing incomplete information in information systems.
It is defined by Pawlak[7] as Formal approximation of a set
which have strong one to one relation or as called are crisp
set based on its low and high set of approximation is roughs
set.
As defined by Kumar and its colleague [2] in Rough cluster
lower approximation contains objects that belong to unique
cluster and it has no membership to other cluster and upper
approximation contains objects which are in this cluster as
well as in other clusters.
Rough Set uses following defined Nomenclature and
formula to do clustering as defined by Darshit Parmar [9]
U universe or the set of all objects (x1, x2..)
X subset of the set of all objects, (X ⊆ U)
xi object belonging to the subset of the set of all objects, xi
∈ X
A the set of all attributes (features or variables) ai attribute
belonging to the set of all attributes, ai ∈ A
V(ai) set of values of attribute ai (or called domain of ai)
B non-empty subset of A(B ⊆ A)
XB lower approximation of X with respect to B
XB upper approximation of X with respect to B
Rai(X) roughness with respect to {ai}
Ind(B) indiscernibility relation
[xi]Ind(B) equivalence class of xi in relation Ind(B),
Indiscernibility relation Ind(B): - Objects, xi, xj ∈ U are
indiscernible by the attributes set B in A,that is xi, xj ∈
Ind(B) if and only if a ∈ B where B⊆A, a(xi) = a(xj).
Equivalence class [xi]Ind(B): - Set of objects xi with
respect to indiscrmibility realtion on B i.e. Ind(B) Having
similar values for the set of attributes in B consists of an
equivalence classes, [xi]Ind(B).
IJRET: International Journal of Research in Engineering and Technology eISSN:2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 11 | Nov-2014, Available @ http://www.ijret.org 185
Lower approximation: - For attributes set of B in A the
objects X in U, the lower approximation of X is defined as
XB=U {xi|[xi]Ind(B) ⊆ X}
Upper approximation: - For attributes set of B in A the
objects X in U, the upper approximation of X is defined as
XB=U {xi|[xi]Ind(B) ∩ X ≠ ∅}
Roughness: - The ratio of the lower approximation and the
upper approximation is called roughness it is measured as
RB(X) = 1 - |XB|/|XB|
If RB(X) = 0, X is crisp or precise with B. If RB(X) < 1, X
is rough or vague with B.
It is also defined as the accuracy of estimation.
Fuzzy Logic: - Fuzzy logic is multi value logic where we
don’t have exact value instead we have approximate value.
All Fuzzy logic variables are assigned degree to which they
are associated with these degree ranges 0 and 1. It deals with
partial truth.[4] We then use linguistic variables to describe
this fuzzy logic.
Fuzzy Rough Set: - I. Jagielska, C. Matthews, T.
Whitfort,[8] stats that Knowledge, Information or data
hidden ie which creates pattern in information systems can
also be found by describing them data in form of some set of
decision rules using application of neural networks, fuzzy
logic, genetic algorithms, and rough sets and thus
automating the process of information gathering.
Chris Cornelis, Martine De Cock, Anna Maria
Radzikowska[5] has given Fuzzy Rough set also known as
fuzzy hybridization of Rough Set where we use rough set to
find dependency which help to cluster the universe where as
fuzzy logic is use to represent the pattern in data through
linguistic variables. This combination of fuzzy with rough is
also called as soft computing or hybrid intelligent system.
3. WORKING OF ROUGH SET
In table 1 we have 2 attribute A1 and A2 and 10 objects now
to show rough set clustering works we take here A1 as base
attribute to cluster 10 objects set
A1 A2
1 Big Blue
2 Medium Red
3 Small Yellow
4 Medium Blue
5 Small Yellow
6 Big Green
7 Small Yellow
8 Small Yellow
9 Big Green
10 Medium Green
Steps
1. Find elementary set of A1 and A2
X(A1=Small) = {3,5,7,8}
X(A1=Medium)={2,4,10}
X(A1=Big)={1,6,9}
X(A2=Blue)={1,4}
X(A2=Red)={2}
X(A2=Yellow)={3,5,7,8}
X(A2=Green)={6,9,10}
2. Find Lower and Upper Approximation of A1 sets
with Respect to A2 sets
Lower Approximation of X(A1=Small)={3,5,7,8}
Upper Approximation of X(A1=Small) ={3,5,7,8}
Lower Approximation of X(A1=Medium) ={2}
Upper Approximation of X(A1=Medium)
={1,2,4,6,9,10}
Lower Approximation of X(A1=Big) ={No Lower
Approximation}
Upper Approximation of X(A1=Big) ={As No
Lower Thus No Upper Approximation}
3. Find Roughness of each elementary set of A1
Roughness X(A1=Small)=1-(4/4)=0
Roughness X(A1=Medium)=1 (1/6)=0.833
Roughness X(A1=Big)=N/A
4. Cluster objects based on elementary set
As X(A1=Small) have lower Roughness we will
split into two Cluster one with Small and Other with
Big, Medium
4. PROBLEM WITH ROUGH SET
With traditional rough set when we have no crisp relation in
data we cannot do clustering let us take table 2 as example
A1 A2
1 Big Blue
2 Medium Pink
3 Small Red
4 Medium Orange
5 Small Blue
6 Big Red
7 Small Yellow
8 Small Pink
9 Big Orange
10 Medium Yellow
X(A1=Small) = {3,5,7,8}
X(A1=Medium)={2,4,10}
X(A1=Big)={1,6,9}
X(A2=Blue)={1,5}
X(A2=Pink)={8,2}
IJRET: International Journal of Research in Engineering and Technology eISSN:2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 11 | Nov-2014, Available @ http://www.ijret.org 186
X(A2=Orange)={9,4}
X(A2=Yellow)={10,7}
X(A2=Red)={3,6}
Lower Approximation of X(A1=Small)={ No Lower
Approximation }
Upper Approximation of X(A1=Small) ={ As No Lower
Thus No Upper Approximation }
Lower Approximation of X(A1=Medium) ={ No Lower
Approximation }
Upper Approximation of X(A1=Medium) ={ As No Lower
Thus No Upper Approximation }
Lower Approximation of X(A1=Big) ={No Lower
Approximation}
Upper Approximation of X(A1=Big) ={As No Lower Thus
No Upper Approximation}
As we don’t have lower and upper approximation for any X
we cannot find Roughness
5. PROPOSED WORK
In our proposed clustering method we have new lower
approximation formulation through which we will find
lower approximation with this we will use fuzziness degree
of each attribute value to decide which set will be taken as
lower approximation if we don’t have crisp set and more
than one partial set which cannot be distinguished by given
lower approximation formula. Once we have clustered data
we can write Fuzzy linguistic rule base for future reference.
This type of clustering helps to deal with problem in
categorical data which we have mentioned in problem
statement.
A1 A2
1 Big Blue
2 Medium Pink
3 Small Red
4 Medium Orange
5 Small Blue
6 Big Red
7 Small Yellow
8 Small Pink
9 Big Orange
10 Medium Yellow
Steps
1. Assign Weight to each Attribute value of A1 and
A2
Weight
Small=0.1
Medium=0.2
Big=0.3
Blue=0.7
Pink=0.6
Red=0.8
Yellow=0.4
Orange=0.5
2. Find Elementary set of A1 and A2
X(A1=Small) = {3,5,7,8}
X(A1=Medium)={2,4,10}
X(A1=Big)={1,6,9}
X(A2=Blue)={1,5}
X(A2=Pink)={8,2}
X(A2=Orange)={9,4}
X(A2=Yellow)={10,7}
X(A2=Red)={3,6}
3. Find Lower and Upper Approximation for Set of
A1 with Respect to A2 using near match
fomulation
To find lower approximation we find set nearest to
base set X with formulation (No. of Match with base
set/total no. of element in set) for all set which are
having subset of base set we find this. Out of this we
will take one with minimum value.
Lower Approximation of
X(A1=Small)={3,6}=1/2=0.50
{1,5}=1/2=0.50
{10,7}=1/2=0.50
{8,2}=1/2=0.50
Now here as all set have same value we will look in
fuzzy weight allocated and select one with higher
rate.
Here we have Red having higher weight than other
attribute value and thus we select {3,6} as lower
approximation
Upper Approximation of X(A1=Small)
={3,5,7,8,1,6,10,2}
Lower Approximation of X(A1=Medium) ={8,2}
Upper Approximation of X(A1=Medium)
={2,4,10,8,9,7}
Lower Approximation of X(A1=Big) ={3,6}
Upper Approximation of X(A1=Big) ={1,6,9,4,3,5}
4. Find Roughness
Roughness X(A1=Small)=1-(2/8)=0.75
Roughness X(A1=Medium)=1-(2/6)=0.66
Roughness X(A1=Big)=1-(2/6)=0.66
5. Cluster Data based on roughness
As X(A1=Medium)and X(A1=Big) have similar
lower Roughness we will split into two Cluster
IJRET: International Journal of Research in Engineering and Technology eISSN:2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 11 | Nov-2014, Available @ http://www.ijret.org 187
based on weight as X(A1=Big) have higher weight
we will split into one with Big and Other with
Small,Medium
6. Fuzzy Linguistic Rule Base
Where Color is A2=Red A1=Big
6. CONCLUSION
Rough set can only be applied where we have at least one
crisp relation of the data. Thus in this paper we proposed
clustering technique with mixture of rough set with
improved lower approximation formulation and fuzzy logic
which works on any kind of categorical data whether data is
having crisp relationship between its attribute or not we can
do clustering. As shown with example proposed technique
works better than traditional technique.
REFERENCES
[1]. http://en.wikipedia.org/wiki/Categorical_variable
[2]. Pradeep Kumar, P. Radha Krishna, Raju. S. Bapi,
Supriya Kumar D “Rough clustering of sequential data”
[3]. Duo Chen, Du-Wu Cui, Chao-Xue Wang, Zhu-Rong
Wang “A Rough Set-Based Hierarchical Clustering
Algorithm for Categorical Data” School of Computer
Science and Engineering, Xi’an University of Technology,
Xi’an, 710048, China
[4]. http://en.wikipedia.org/wiki/Fuzzy_logic
[5]. Chris Cornelis, Martine De Cock, Anna Maria
Radzikowska, “Fuzzy Rough Sets: from Theory into
Practice” Computational Web Intelligence Dept. of Applied
Mathematics and Computer Science Ghent University,
Krijgslaan 281 (S9), 9000 Gent, Belgium
[6]. Z. Pawlak, “Rough sets”, International Journal of
Computer and Information Science (1982).
[7]. Z. Pawlak, “Rough Sets—Theoretical Aspects of
Reasoning about Data”, Kluwer Aca. Pub. (1991)
[8]. I. Jagielska, C. Matthews, T. Whitfort, “An
investigation into the application of neural networks, fuzzy
logic, genetic algorithms, and rough sets to automated
knowledge acquisition for classification problems”,
Neurocomputing (1999)
[9]. Darshit Parmar, Teresa Wu *, Jennifer Blackhurst,
“MMR: An algorithm for clustering categorical data using
Rough Set Theory"
1
3
4
9.00
6
7
8
9
10
0
2
4
6
8
10
12
14
0 5 10 15
Ad

More Related Content

What's hot (15)

Rough set on concept lattice
Rough set on concept latticeRough set on concept lattice
Rough set on concept lattice
Alexander Decker
 
Garge, Nikhil et. al. 2005. Reproducible Clusters from Microarray Research: ...
 Garge, Nikhil et. al. 2005. Reproducible Clusters from Microarray Research: ... Garge, Nikhil et. al. 2005. Reproducible Clusters from Microarray Research: ...
Garge, Nikhil et. al. 2005. Reproducible Clusters from Microarray Research: ...
Gota Morota
 
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
mathsjournal
 
A study on fundamentals of refined intuitionistic fuzzy set with some properties
A study on fundamentals of refined intuitionistic fuzzy set with some propertiesA study on fundamentals of refined intuitionistic fuzzy set with some properties
A study on fundamentals of refined intuitionistic fuzzy set with some properties
Journal of Fuzzy Extension and Applications
 
Absolute and Relative Clustering
Absolute and Relative ClusteringAbsolute and Relative Clustering
Absolute and Relative Clustering
Toshihiro Kamishima
 
07 Machine Learning - Expectation Maximization
07 Machine Learning - Expectation Maximization07 Machine Learning - Expectation Maximization
07 Machine Learning - Expectation Maximization
Andres Mendez-Vazquez
 
Handling missing data with expectation maximization algorithm
Handling missing data with expectation maximization algorithmHandling missing data with expectation maximization algorithm
Handling missing data with expectation maximization algorithm
Loc Nguyen
 
A Real Time Application of Soft Set in Parameterization Reduction for Decisio...
A Real Time Application of Soft Set in Parameterization Reduction for Decisio...A Real Time Application of Soft Set in Parameterization Reduction for Decisio...
A Real Time Application of Soft Set in Parameterization Reduction for Decisio...
IJECEIAES
 
Ijarcet vol-2-issue-4-1579-1582
Ijarcet vol-2-issue-4-1579-1582Ijarcet vol-2-issue-4-1579-1582
Ijarcet vol-2-issue-4-1579-1582
Editor IJARCET
 
Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...
eSAT Journals
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
A Method for Solving Balanced Intuitionistic Fuzzy Assignment Problem
A  Method  for  Solving  Balanced  Intuitionistic  Fuzzy  Assignment  Problem A  Method  for  Solving  Balanced  Intuitionistic  Fuzzy  Assignment  Problem
A Method for Solving Balanced Intuitionistic Fuzzy Assignment Problem
Navodaya Institute of Technology
 
Ev4301897903
Ev4301897903Ev4301897903
Ev4301897903
IJERA Editor
 
Machine learning session9(clustering)
Machine learning   session9(clustering)Machine learning   session9(clustering)
Machine learning session9(clustering)
Abhimanyu Dwivedi
 
06 Machine Learning - Naive Bayes
06 Machine Learning - Naive Bayes06 Machine Learning - Naive Bayes
06 Machine Learning - Naive Bayes
Andres Mendez-Vazquez
 
Rough set on concept lattice
Rough set on concept latticeRough set on concept lattice
Rough set on concept lattice
Alexander Decker
 
Garge, Nikhil et. al. 2005. Reproducible Clusters from Microarray Research: ...
 Garge, Nikhil et. al. 2005. Reproducible Clusters from Microarray Research: ... Garge, Nikhil et. al. 2005. Reproducible Clusters from Microarray Research: ...
Garge, Nikhil et. al. 2005. Reproducible Clusters from Microarray Research: ...
Gota Morota
 
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
mathsjournal
 
Absolute and Relative Clustering
Absolute and Relative ClusteringAbsolute and Relative Clustering
Absolute and Relative Clustering
Toshihiro Kamishima
 
07 Machine Learning - Expectation Maximization
07 Machine Learning - Expectation Maximization07 Machine Learning - Expectation Maximization
07 Machine Learning - Expectation Maximization
Andres Mendez-Vazquez
 
Handling missing data with expectation maximization algorithm
Handling missing data with expectation maximization algorithmHandling missing data with expectation maximization algorithm
Handling missing data with expectation maximization algorithm
Loc Nguyen
 
A Real Time Application of Soft Set in Parameterization Reduction for Decisio...
A Real Time Application of Soft Set in Parameterization Reduction for Decisio...A Real Time Application of Soft Set in Parameterization Reduction for Decisio...
A Real Time Application of Soft Set in Parameterization Reduction for Decisio...
IJECEIAES
 
Ijarcet vol-2-issue-4-1579-1582
Ijarcet vol-2-issue-4-1579-1582Ijarcet vol-2-issue-4-1579-1582
Ijarcet vol-2-issue-4-1579-1582
Editor IJARCET
 
Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...
eSAT Journals
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
A Method for Solving Balanced Intuitionistic Fuzzy Assignment Problem
A  Method  for  Solving  Balanced  Intuitionistic  Fuzzy  Assignment  Problem A  Method  for  Solving  Balanced  Intuitionistic  Fuzzy  Assignment  Problem
A Method for Solving Balanced Intuitionistic Fuzzy Assignment Problem
Navodaya Institute of Technology
 
Machine learning session9(clustering)
Machine learning   session9(clustering)Machine learning   session9(clustering)
Machine learning session9(clustering)
Abhimanyu Dwivedi
 

Viewers also liked (20)

An improved ip traceback mechanism for network
An improved ip traceback mechanism for networkAn improved ip traceback mechanism for network
An improved ip traceback mechanism for network
eSAT Publishing House
 
Stability analysis of open pit slope by finite difference method
Stability analysis of open pit slope by finite difference methodStability analysis of open pit slope by finite difference method
Stability analysis of open pit slope by finite difference method
eSAT Publishing House
 
Implementation of cyclic convolution based on fnt
Implementation of cyclic convolution based on fntImplementation of cyclic convolution based on fnt
Implementation of cyclic convolution based on fnt
eSAT Publishing House
 
Multistage interconnection networks a transition to optical
Multistage interconnection networks a transition to opticalMultistage interconnection networks a transition to optical
Multistage interconnection networks a transition to optical
eSAT Publishing House
 
Assessment of the leachability and mechanical stability of mud from a zinc pl...
Assessment of the leachability and mechanical stability of mud from a zinc pl...Assessment of the leachability and mechanical stability of mud from a zinc pl...
Assessment of the leachability and mechanical stability of mud from a zinc pl...
eSAT Publishing House
 
Economical placement of shear walls in a moment resisting frame for earthquak...
Economical placement of shear walls in a moment resisting frame for earthquak...Economical placement of shear walls in a moment resisting frame for earthquak...
Economical placement of shear walls in a moment resisting frame for earthquak...
eSAT Publishing House
 
A novel way of verifiable redistribution of the secret in a multiuser environ...
A novel way of verifiable redistribution of the secret in a multiuser environ...A novel way of verifiable redistribution of the secret in a multiuser environ...
A novel way of verifiable redistribution of the secret in a multiuser environ...
eSAT Publishing House
 
Study of bad block management and wear leveling in
Study of bad block management and wear leveling inStudy of bad block management and wear leveling in
Study of bad block management and wear leveling in
eSAT Publishing House
 
Low power sram using atd circuit
Low power sram using atd circuitLow power sram using atd circuit
Low power sram using atd circuit
eSAT Publishing House
 
Secure and efficient key pre distribution schemes for wsn using combinatorial...
Secure and efficient key pre distribution schemes for wsn using combinatorial...Secure and efficient key pre distribution schemes for wsn using combinatorial...
Secure and efficient key pre distribution schemes for wsn using combinatorial...
eSAT Publishing House
 
Modeling of the damped oscillations of the viscous
Modeling of the damped oscillations of the viscousModeling of the damped oscillations of the viscous
Modeling of the damped oscillations of the viscous
eSAT Publishing House
 
Effect of thermal barrier coating for the improvement
Effect of thermal barrier coating for the improvementEffect of thermal barrier coating for the improvement
Effect of thermal barrier coating for the improvement
eSAT Publishing House
 
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
eSAT Publishing House
 
Scrum an agile process
Scrum an agile processScrum an agile process
Scrum an agile process
eSAT Publishing House
 
Analysis the effects of different types of tool on metal spinning process
Analysis the effects of different types of tool on metal spinning processAnalysis the effects of different types of tool on metal spinning process
Analysis the effects of different types of tool on metal spinning process
eSAT Publishing House
 
Double octagonalshape microstrip antenna
Double octagonalshape microstrip antennaDouble octagonalshape microstrip antenna
Double octagonalshape microstrip antenna
eSAT Publishing House
 
Proposed aes for image steganography in different medias
Proposed aes for image steganography in different mediasProposed aes for image steganography in different medias
Proposed aes for image steganography in different medias
eSAT Publishing House
 
Experimental studies on pressure drop in a sinusoidal plate heat exchanger ef...
Experimental studies on pressure drop in a sinusoidal plate heat exchanger ef...Experimental studies on pressure drop in a sinusoidal plate heat exchanger ef...
Experimental studies on pressure drop in a sinusoidal plate heat exchanger ef...
eSAT Publishing House
 
Flow balanced routing in wireless sensor networks
Flow balanced routing in wireless sensor networksFlow balanced routing in wireless sensor networks
Flow balanced routing in wireless sensor networks
eSAT Publishing House
 
Synthesis of methyl, benzyl and pseudo halogeno co (iii) complexes of a dioxi...
Synthesis of methyl, benzyl and pseudo halogeno co (iii) complexes of a dioxi...Synthesis of methyl, benzyl and pseudo halogeno co (iii) complexes of a dioxi...
Synthesis of methyl, benzyl and pseudo halogeno co (iii) complexes of a dioxi...
eSAT Publishing House
 
An improved ip traceback mechanism for network
An improved ip traceback mechanism for networkAn improved ip traceback mechanism for network
An improved ip traceback mechanism for network
eSAT Publishing House
 
Stability analysis of open pit slope by finite difference method
Stability analysis of open pit slope by finite difference methodStability analysis of open pit slope by finite difference method
Stability analysis of open pit slope by finite difference method
eSAT Publishing House
 
Implementation of cyclic convolution based on fnt
Implementation of cyclic convolution based on fntImplementation of cyclic convolution based on fnt
Implementation of cyclic convolution based on fnt
eSAT Publishing House
 
Multistage interconnection networks a transition to optical
Multistage interconnection networks a transition to opticalMultistage interconnection networks a transition to optical
Multistage interconnection networks a transition to optical
eSAT Publishing House
 
Assessment of the leachability and mechanical stability of mud from a zinc pl...
Assessment of the leachability and mechanical stability of mud from a zinc pl...Assessment of the leachability and mechanical stability of mud from a zinc pl...
Assessment of the leachability and mechanical stability of mud from a zinc pl...
eSAT Publishing House
 
Economical placement of shear walls in a moment resisting frame for earthquak...
Economical placement of shear walls in a moment resisting frame for earthquak...Economical placement of shear walls in a moment resisting frame for earthquak...
Economical placement of shear walls in a moment resisting frame for earthquak...
eSAT Publishing House
 
A novel way of verifiable redistribution of the secret in a multiuser environ...
A novel way of verifiable redistribution of the secret in a multiuser environ...A novel way of verifiable redistribution of the secret in a multiuser environ...
A novel way of verifiable redistribution of the secret in a multiuser environ...
eSAT Publishing House
 
Study of bad block management and wear leveling in
Study of bad block management and wear leveling inStudy of bad block management and wear leveling in
Study of bad block management and wear leveling in
eSAT Publishing House
 
Secure and efficient key pre distribution schemes for wsn using combinatorial...
Secure and efficient key pre distribution schemes for wsn using combinatorial...Secure and efficient key pre distribution schemes for wsn using combinatorial...
Secure and efficient key pre distribution schemes for wsn using combinatorial...
eSAT Publishing House
 
Modeling of the damped oscillations of the viscous
Modeling of the damped oscillations of the viscousModeling of the damped oscillations of the viscous
Modeling of the damped oscillations of the viscous
eSAT Publishing House
 
Effect of thermal barrier coating for the improvement
Effect of thermal barrier coating for the improvementEffect of thermal barrier coating for the improvement
Effect of thermal barrier coating for the improvement
eSAT Publishing House
 
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
eSAT Publishing House
 
Analysis the effects of different types of tool on metal spinning process
Analysis the effects of different types of tool on metal spinning processAnalysis the effects of different types of tool on metal spinning process
Analysis the effects of different types of tool on metal spinning process
eSAT Publishing House
 
Double octagonalshape microstrip antenna
Double octagonalshape microstrip antennaDouble octagonalshape microstrip antenna
Double octagonalshape microstrip antenna
eSAT Publishing House
 
Proposed aes for image steganography in different medias
Proposed aes for image steganography in different mediasProposed aes for image steganography in different medias
Proposed aes for image steganography in different medias
eSAT Publishing House
 
Experimental studies on pressure drop in a sinusoidal plate heat exchanger ef...
Experimental studies on pressure drop in a sinusoidal plate heat exchanger ef...Experimental studies on pressure drop in a sinusoidal plate heat exchanger ef...
Experimental studies on pressure drop in a sinusoidal plate heat exchanger ef...
eSAT Publishing House
 
Flow balanced routing in wireless sensor networks
Flow balanced routing in wireless sensor networksFlow balanced routing in wireless sensor networks
Flow balanced routing in wireless sensor networks
eSAT Publishing House
 
Synthesis of methyl, benzyl and pseudo halogeno co (iii) complexes of a dioxi...
Synthesis of methyl, benzyl and pseudo halogeno co (iii) complexes of a dioxi...Synthesis of methyl, benzyl and pseudo halogeno co (iii) complexes of a dioxi...
Synthesis of methyl, benzyl and pseudo halogeno co (iii) complexes of a dioxi...
eSAT Publishing House
 
Ad

Similar to An enhanced fuzzy rough set based clustering algorithm for categorical data (20)

Single Reduct Generation Based on Relative Indiscernibility of Rough Set Theo...
Single Reduct Generation Based on Relative Indiscernibility of Rough Set Theo...Single Reduct Generation Based on Relative Indiscernibility of Rough Set Theo...
Single Reduct Generation Based on Relative Indiscernibility of Rough Set Theo...
ijsc
 
Fuzzy Logic ppt
Fuzzy Logic pptFuzzy Logic ppt
Fuzzy Logic ppt
Ritu Bafna
 
Fuzzy sets
Fuzzy sets Fuzzy sets
Fuzzy sets
ABSARQURESHI
 
Improving circuit miniaturization and its efficiency using Rough Set Theory( ...
Improving circuit miniaturization and its efficiency using Rough Set Theory( ...Improving circuit miniaturization and its efficiency using Rough Set Theory( ...
Improving circuit miniaturization and its efficiency using Rough Set Theory( ...
Sarvesh Singh
 
A Method for Constructing Non-Isosceles Triangular Fuzzy Numbers Using Freque...
A Method for Constructing Non-Isosceles Triangular Fuzzy Numbers Using Freque...A Method for Constructing Non-Isosceles Triangular Fuzzy Numbers Using Freque...
A Method for Constructing Non-Isosceles Triangular Fuzzy Numbers Using Freque...
Journal of Soft Computing in Civil Engineering
 
Fuzzy logic1
Fuzzy logic1Fuzzy logic1
Fuzzy logic1
Nateshwar Kamlesh
 
Unit 4 Intro to Fuzzy Logic 1VBGBGBG.ppt
Unit 4 Intro to Fuzzy Logic 1VBGBGBG.pptUnit 4 Intro to Fuzzy Logic 1VBGBGBG.ppt
Unit 4 Intro to Fuzzy Logic 1VBGBGBG.ppt
ManishYadav243888
 
Lecture 005-15_fuzzy logic _part1_ membership_function.pdf
Lecture 005-15_fuzzy logic _part1_ membership_function.pdfLecture 005-15_fuzzy logic _part1_ membership_function.pdf
Lecture 005-15_fuzzy logic _part1_ membership_function.pdf
tusharjangra5
 
Fuzzy logic and fuzzy time series edited
Fuzzy logic and fuzzy time series   editedFuzzy logic and fuzzy time series   edited
Fuzzy logic and fuzzy time series edited
Prof Dr S.M.Aqil Burney
 
Reduct generation for the incremental data using rough set theory
Reduct generation for the incremental data using rough set theoryReduct generation for the incremental data using rough set theory
Reduct generation for the incremental data using rough set theory
csandit
 
Fuzzylogic
FuzzylogicFuzzylogic
Fuzzylogic
Manju Rajput
 
Optimization using soft computing
Optimization using soft computingOptimization using soft computing
Optimization using soft computing
Purnima Pandit
 
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONSFUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
ijcsity
 
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONSFUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
ijcsity
 
Published Paper of International Journal of Computational Science and Informa...
Published Paper of International Journal of Computational Science and Informa...Published Paper of International Journal of Computational Science and Informa...
Published Paper of International Journal of Computational Science and Informa...
ijcsity123
 
Fuzzy Rough Information Measures and their Applications
Fuzzy Rough Information Measures and their ApplicationsFuzzy Rough Information Measures and their Applications
Fuzzy Rough Information Measures and their Applications
ijcsity123
 
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONSFUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
ijcsity
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
keerthikaA8
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
keerthikaA8
 
Artificial intelligence.pptx
Artificial intelligence.pptxArtificial intelligence.pptx
Artificial intelligence.pptx
keerthikaA8
 
Single Reduct Generation Based on Relative Indiscernibility of Rough Set Theo...
Single Reduct Generation Based on Relative Indiscernibility of Rough Set Theo...Single Reduct Generation Based on Relative Indiscernibility of Rough Set Theo...
Single Reduct Generation Based on Relative Indiscernibility of Rough Set Theo...
ijsc
 
Fuzzy Logic ppt
Fuzzy Logic pptFuzzy Logic ppt
Fuzzy Logic ppt
Ritu Bafna
 
Improving circuit miniaturization and its efficiency using Rough Set Theory( ...
Improving circuit miniaturization and its efficiency using Rough Set Theory( ...Improving circuit miniaturization and its efficiency using Rough Set Theory( ...
Improving circuit miniaturization and its efficiency using Rough Set Theory( ...
Sarvesh Singh
 
Unit 4 Intro to Fuzzy Logic 1VBGBGBG.ppt
Unit 4 Intro to Fuzzy Logic 1VBGBGBG.pptUnit 4 Intro to Fuzzy Logic 1VBGBGBG.ppt
Unit 4 Intro to Fuzzy Logic 1VBGBGBG.ppt
ManishYadav243888
 
Lecture 005-15_fuzzy logic _part1_ membership_function.pdf
Lecture 005-15_fuzzy logic _part1_ membership_function.pdfLecture 005-15_fuzzy logic _part1_ membership_function.pdf
Lecture 005-15_fuzzy logic _part1_ membership_function.pdf
tusharjangra5
 
Fuzzy logic and fuzzy time series edited
Fuzzy logic and fuzzy time series   editedFuzzy logic and fuzzy time series   edited
Fuzzy logic and fuzzy time series edited
Prof Dr S.M.Aqil Burney
 
Reduct generation for the incremental data using rough set theory
Reduct generation for the incremental data using rough set theoryReduct generation for the incremental data using rough set theory
Reduct generation for the incremental data using rough set theory
csandit
 
Optimization using soft computing
Optimization using soft computingOptimization using soft computing
Optimization using soft computing
Purnima Pandit
 
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONSFUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
ijcsity
 
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONSFUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
ijcsity
 
Published Paper of International Journal of Computational Science and Informa...
Published Paper of International Journal of Computational Science and Informa...Published Paper of International Journal of Computational Science and Informa...
Published Paper of International Journal of Computational Science and Informa...
ijcsity123
 
Fuzzy Rough Information Measures and their Applications
Fuzzy Rough Information Measures and their ApplicationsFuzzy Rough Information Measures and their Applications
Fuzzy Rough Information Measures and their Applications
ijcsity123
 
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONSFUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
FUZZY ROUGH INFORMATION MEASURES AND THEIR APPLICATIONS
ijcsity
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
keerthikaA8
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
keerthikaA8
 
Artificial intelligence.pptx
Artificial intelligence.pptxArtificial intelligence.pptx
Artificial intelligence.pptx
keerthikaA8
 
Ad

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
eSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 
Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
eSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 

Recently uploaded (20)

Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...
Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...
Structural Response of Reinforced Self-Compacting Concrete Deep Beam Using Fi...
Journal of Soft Computing in Civil Engineering
 
Degree_of_Automation.pdf for Instrumentation and industrial specialist
Degree_of_Automation.pdf for  Instrumentation  and industrial specialistDegree_of_Automation.pdf for  Instrumentation  and industrial specialist
Degree_of_Automation.pdf for Instrumentation and industrial specialist
shreyabhosale19
 
211421893-M-Tech-CIVIL-Structural-Engineering-pdf.pdf
211421893-M-Tech-CIVIL-Structural-Engineering-pdf.pdf211421893-M-Tech-CIVIL-Structural-Engineering-pdf.pdf
211421893-M-Tech-CIVIL-Structural-Engineering-pdf.pdf
inmishra17121973
 
Data Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptxData Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptx
RushaliDeshmukh2
 
Explainable-Artificial-Intelligence-XAI-A-Deep-Dive (1).pptx
Explainable-Artificial-Intelligence-XAI-A-Deep-Dive (1).pptxExplainable-Artificial-Intelligence-XAI-A-Deep-Dive (1).pptx
Explainable-Artificial-Intelligence-XAI-A-Deep-Dive (1).pptx
MahaveerVPandit
 
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G..."Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
Infopitaara
 
Introduction to FLUID MECHANICS & KINEMATICS
Introduction to FLUID MECHANICS &  KINEMATICSIntroduction to FLUID MECHANICS &  KINEMATICS
Introduction to FLUID MECHANICS & KINEMATICS
narayanaswamygdas
 
Machine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptxMachine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptx
rajeswari89780
 
AI-assisted Software Testing (3-hours tutorial)
AI-assisted Software Testing (3-hours tutorial)AI-assisted Software Testing (3-hours tutorial)
AI-assisted Software Testing (3-hours tutorial)
Vəhid Gəruslu
 
Oil-gas_Unconventional oil and gass_reseviours.pdf
Oil-gas_Unconventional oil and gass_reseviours.pdfOil-gas_Unconventional oil and gass_reseviours.pdf
Oil-gas_Unconventional oil and gass_reseviours.pdf
M7md3li2
 
five-year-soluhhhhhhhhhhhhhhhhhtions.pdf
five-year-soluhhhhhhhhhhhhhhhhhtions.pdffive-year-soluhhhhhhhhhhhhhhhhhtions.pdf
five-year-soluhhhhhhhhhhhhhhhhhtions.pdf
AdityaSharma944496
 
Data Structures_Searching and Sorting.pptx
Data Structures_Searching and Sorting.pptxData Structures_Searching and Sorting.pptx
Data Structures_Searching and Sorting.pptx
RushaliDeshmukh2
 
Level 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical SafetyLevel 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical Safety
JoseAlbertoCariasDel
 
new ppt artificial intelligence historyyy
new ppt artificial intelligence historyyynew ppt artificial intelligence historyyy
new ppt artificial intelligence historyyy
PianoPianist
 
Raish Khanji GTU 8th sem Internship Report.pdf
Raish Khanji GTU 8th sem Internship Report.pdfRaish Khanji GTU 8th sem Internship Report.pdf
Raish Khanji GTU 8th sem Internship Report.pdf
RaishKhanji
 
Value Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous SecurityValue Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous Security
Marc Hornbeek
 
Resistance measurement and cfd test on darpa subboff model
Resistance measurement and cfd test on darpa subboff modelResistance measurement and cfd test on darpa subboff model
Resistance measurement and cfd test on darpa subboff model
INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR
 
ELectronics Boards & Product Testing_Shiju.pdf
ELectronics Boards & Product Testing_Shiju.pdfELectronics Boards & Product Testing_Shiju.pdf
ELectronics Boards & Product Testing_Shiju.pdf
Shiju Jacob
 
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITYADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ijscai
 
Main cotrol jdbjbdcnxbjbjzjjjcjicbjxbcjcxbjcxb
Main cotrol jdbjbdcnxbjbjzjjjcjicbjxbcjcxbjcxbMain cotrol jdbjbdcnxbjbjzjjjcjicbjxbcjcxbjcxb
Main cotrol jdbjbdcnxbjbjzjjjcjicbjxbcjcxbjcxb
SunilSingh610661
 
Degree_of_Automation.pdf for Instrumentation and industrial specialist
Degree_of_Automation.pdf for  Instrumentation  and industrial specialistDegree_of_Automation.pdf for  Instrumentation  and industrial specialist
Degree_of_Automation.pdf for Instrumentation and industrial specialist
shreyabhosale19
 
211421893-M-Tech-CIVIL-Structural-Engineering-pdf.pdf
211421893-M-Tech-CIVIL-Structural-Engineering-pdf.pdf211421893-M-Tech-CIVIL-Structural-Engineering-pdf.pdf
211421893-M-Tech-CIVIL-Structural-Engineering-pdf.pdf
inmishra17121973
 
Data Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptxData Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptx
RushaliDeshmukh2
 
Explainable-Artificial-Intelligence-XAI-A-Deep-Dive (1).pptx
Explainable-Artificial-Intelligence-XAI-A-Deep-Dive (1).pptxExplainable-Artificial-Intelligence-XAI-A-Deep-Dive (1).pptx
Explainable-Artificial-Intelligence-XAI-A-Deep-Dive (1).pptx
MahaveerVPandit
 
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G..."Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
Infopitaara
 
Introduction to FLUID MECHANICS & KINEMATICS
Introduction to FLUID MECHANICS &  KINEMATICSIntroduction to FLUID MECHANICS &  KINEMATICS
Introduction to FLUID MECHANICS & KINEMATICS
narayanaswamygdas
 
Machine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptxMachine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptx
rajeswari89780
 
AI-assisted Software Testing (3-hours tutorial)
AI-assisted Software Testing (3-hours tutorial)AI-assisted Software Testing (3-hours tutorial)
AI-assisted Software Testing (3-hours tutorial)
Vəhid Gəruslu
 
Oil-gas_Unconventional oil and gass_reseviours.pdf
Oil-gas_Unconventional oil and gass_reseviours.pdfOil-gas_Unconventional oil and gass_reseviours.pdf
Oil-gas_Unconventional oil and gass_reseviours.pdf
M7md3li2
 
five-year-soluhhhhhhhhhhhhhhhhhtions.pdf
five-year-soluhhhhhhhhhhhhhhhhhtions.pdffive-year-soluhhhhhhhhhhhhhhhhhtions.pdf
five-year-soluhhhhhhhhhhhhhhhhhtions.pdf
AdityaSharma944496
 
Data Structures_Searching and Sorting.pptx
Data Structures_Searching and Sorting.pptxData Structures_Searching and Sorting.pptx
Data Structures_Searching and Sorting.pptx
RushaliDeshmukh2
 
Level 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical SafetyLevel 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical Safety
JoseAlbertoCariasDel
 
new ppt artificial intelligence historyyy
new ppt artificial intelligence historyyynew ppt artificial intelligence historyyy
new ppt artificial intelligence historyyy
PianoPianist
 
Raish Khanji GTU 8th sem Internship Report.pdf
Raish Khanji GTU 8th sem Internship Report.pdfRaish Khanji GTU 8th sem Internship Report.pdf
Raish Khanji GTU 8th sem Internship Report.pdf
RaishKhanji
 
Value Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous SecurityValue Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous Security
Marc Hornbeek
 
ELectronics Boards & Product Testing_Shiju.pdf
ELectronics Boards & Product Testing_Shiju.pdfELectronics Boards & Product Testing_Shiju.pdf
ELectronics Boards & Product Testing_Shiju.pdf
Shiju Jacob
 
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITYADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ijscai
 
Main cotrol jdbjbdcnxbjbjzjjjcjicbjxbcjcxbjcxb
Main cotrol jdbjbdcnxbjbjzjjjcjicbjxbcjcxbjcxbMain cotrol jdbjbdcnxbjbjzjjjcjicbjxbcjcxbjcxb
Main cotrol jdbjbdcnxbjbjzjjjcjicbjxbcjcxbjcxb
SunilSingh610661
 

An enhanced fuzzy rough set based clustering algorithm for categorical data

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN:2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 11 | Nov-2014, Available @ http://www.ijret.org 184 AN ENHANCED FUZZY ROUGH SET-BASED CLUSTERING ALGORITHM FOR CATEGORICAL DATA Raval Dhwani Jayant1 , Vashi Viral Mineshkumar2 1 M.Tech (Software Tech.), VIT University, India 2 M.Tech (Software Tech.), VIT University, India Abstract In today’s world everything is done digitally and so we have lots of data raw data. This data are useful to predict future events if we proper use it. Clustering is such a technique where we put closely related data together. Furthermore we have types of data sequential, interval, categorical etc. In this paper we have shown what is the problem with clustering categorical data with rough set and who we can overcome with improvement. -----------------------------------------------------------------***------------------------------------------------------------------ 1. INTRODUCTION In database Categorical variable is variable which have to take one of the values from set of finite values attached to it. Value of this categorical variable relies to values of other related variables this as a whole is known as categorical data [1]. Now clustering based on what category data falls is issues here. Because unlike categorical data of blood group when we know that data will definitely fall in only one group i.e. A, B, AB e.t.c. this are crisp categorical data but we also have some categorical data which are not crisp and have may-be scenario e.g. for giving loan there will be some situation when it is tough to decide if its “risky” or “safe” and thus sometimes same set of data will fall in “risky” category where as sometimes in “safe”. Another example is disease treatment when sometime we go for treatment A sometimes for B for same medical data. Clustering this kind of data to get correct cluster set we cannot apply existing rough set clustering technique as it only work with data which have at least one crisp relation using which clustering is done. With little modification in lower approximation formulation and use of fuzzy logic we can improve conventional rough set technique to better cluster the data so that all closely related data fall in same cluster. In following section we will go through basics of rough set and fuzzy logic and then with example we will show how rough set clustering works problem in rough set clustering and Improved fuzzy rough set clustering all with proper example. 2. LITERATURE SURVEY Rough Set Theory: - It was first proposed by Pawlak[6] for processing incomplete information in information systems. It is defined by Pawlak[7] as Formal approximation of a set which have strong one to one relation or as called are crisp set based on its low and high set of approximation is roughs set. As defined by Kumar and its colleague [2] in Rough cluster lower approximation contains objects that belong to unique cluster and it has no membership to other cluster and upper approximation contains objects which are in this cluster as well as in other clusters. Rough Set uses following defined Nomenclature and formula to do clustering as defined by Darshit Parmar [9] U universe or the set of all objects (x1, x2..) X subset of the set of all objects, (X ⊆ U) xi object belonging to the subset of the set of all objects, xi ∈ X A the set of all attributes (features or variables) ai attribute belonging to the set of all attributes, ai ∈ A V(ai) set of values of attribute ai (or called domain of ai) B non-empty subset of A(B ⊆ A) XB lower approximation of X with respect to B XB upper approximation of X with respect to B Rai(X) roughness with respect to {ai} Ind(B) indiscernibility relation [xi]Ind(B) equivalence class of xi in relation Ind(B), Indiscernibility relation Ind(B): - Objects, xi, xj ∈ U are indiscernible by the attributes set B in A,that is xi, xj ∈ Ind(B) if and only if a ∈ B where B⊆A, a(xi) = a(xj). Equivalence class [xi]Ind(B): - Set of objects xi with respect to indiscrmibility realtion on B i.e. Ind(B) Having similar values for the set of attributes in B consists of an equivalence classes, [xi]Ind(B).
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN:2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 11 | Nov-2014, Available @ http://www.ijret.org 185 Lower approximation: - For attributes set of B in A the objects X in U, the lower approximation of X is defined as XB=U {xi|[xi]Ind(B) ⊆ X} Upper approximation: - For attributes set of B in A the objects X in U, the upper approximation of X is defined as XB=U {xi|[xi]Ind(B) ∩ X ≠ ∅} Roughness: - The ratio of the lower approximation and the upper approximation is called roughness it is measured as RB(X) = 1 - |XB|/|XB| If RB(X) = 0, X is crisp or precise with B. If RB(X) < 1, X is rough or vague with B. It is also defined as the accuracy of estimation. Fuzzy Logic: - Fuzzy logic is multi value logic where we don’t have exact value instead we have approximate value. All Fuzzy logic variables are assigned degree to which they are associated with these degree ranges 0 and 1. It deals with partial truth.[4] We then use linguistic variables to describe this fuzzy logic. Fuzzy Rough Set: - I. Jagielska, C. Matthews, T. Whitfort,[8] stats that Knowledge, Information or data hidden ie which creates pattern in information systems can also be found by describing them data in form of some set of decision rules using application of neural networks, fuzzy logic, genetic algorithms, and rough sets and thus automating the process of information gathering. Chris Cornelis, Martine De Cock, Anna Maria Radzikowska[5] has given Fuzzy Rough set also known as fuzzy hybridization of Rough Set where we use rough set to find dependency which help to cluster the universe where as fuzzy logic is use to represent the pattern in data through linguistic variables. This combination of fuzzy with rough is also called as soft computing or hybrid intelligent system. 3. WORKING OF ROUGH SET In table 1 we have 2 attribute A1 and A2 and 10 objects now to show rough set clustering works we take here A1 as base attribute to cluster 10 objects set A1 A2 1 Big Blue 2 Medium Red 3 Small Yellow 4 Medium Blue 5 Small Yellow 6 Big Green 7 Small Yellow 8 Small Yellow 9 Big Green 10 Medium Green Steps 1. Find elementary set of A1 and A2 X(A1=Small) = {3,5,7,8} X(A1=Medium)={2,4,10} X(A1=Big)={1,6,9} X(A2=Blue)={1,4} X(A2=Red)={2} X(A2=Yellow)={3,5,7,8} X(A2=Green)={6,9,10} 2. Find Lower and Upper Approximation of A1 sets with Respect to A2 sets Lower Approximation of X(A1=Small)={3,5,7,8} Upper Approximation of X(A1=Small) ={3,5,7,8} Lower Approximation of X(A1=Medium) ={2} Upper Approximation of X(A1=Medium) ={1,2,4,6,9,10} Lower Approximation of X(A1=Big) ={No Lower Approximation} Upper Approximation of X(A1=Big) ={As No Lower Thus No Upper Approximation} 3. Find Roughness of each elementary set of A1 Roughness X(A1=Small)=1-(4/4)=0 Roughness X(A1=Medium)=1 (1/6)=0.833 Roughness X(A1=Big)=N/A 4. Cluster objects based on elementary set As X(A1=Small) have lower Roughness we will split into two Cluster one with Small and Other with Big, Medium 4. PROBLEM WITH ROUGH SET With traditional rough set when we have no crisp relation in data we cannot do clustering let us take table 2 as example A1 A2 1 Big Blue 2 Medium Pink 3 Small Red 4 Medium Orange 5 Small Blue 6 Big Red 7 Small Yellow 8 Small Pink 9 Big Orange 10 Medium Yellow X(A1=Small) = {3,5,7,8} X(A1=Medium)={2,4,10} X(A1=Big)={1,6,9} X(A2=Blue)={1,5} X(A2=Pink)={8,2}
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN:2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 11 | Nov-2014, Available @ http://www.ijret.org 186 X(A2=Orange)={9,4} X(A2=Yellow)={10,7} X(A2=Red)={3,6} Lower Approximation of X(A1=Small)={ No Lower Approximation } Upper Approximation of X(A1=Small) ={ As No Lower Thus No Upper Approximation } Lower Approximation of X(A1=Medium) ={ No Lower Approximation } Upper Approximation of X(A1=Medium) ={ As No Lower Thus No Upper Approximation } Lower Approximation of X(A1=Big) ={No Lower Approximation} Upper Approximation of X(A1=Big) ={As No Lower Thus No Upper Approximation} As we don’t have lower and upper approximation for any X we cannot find Roughness 5. PROPOSED WORK In our proposed clustering method we have new lower approximation formulation through which we will find lower approximation with this we will use fuzziness degree of each attribute value to decide which set will be taken as lower approximation if we don’t have crisp set and more than one partial set which cannot be distinguished by given lower approximation formula. Once we have clustered data we can write Fuzzy linguistic rule base for future reference. This type of clustering helps to deal with problem in categorical data which we have mentioned in problem statement. A1 A2 1 Big Blue 2 Medium Pink 3 Small Red 4 Medium Orange 5 Small Blue 6 Big Red 7 Small Yellow 8 Small Pink 9 Big Orange 10 Medium Yellow Steps 1. Assign Weight to each Attribute value of A1 and A2 Weight Small=0.1 Medium=0.2 Big=0.3 Blue=0.7 Pink=0.6 Red=0.8 Yellow=0.4 Orange=0.5 2. Find Elementary set of A1 and A2 X(A1=Small) = {3,5,7,8} X(A1=Medium)={2,4,10} X(A1=Big)={1,6,9} X(A2=Blue)={1,5} X(A2=Pink)={8,2} X(A2=Orange)={9,4} X(A2=Yellow)={10,7} X(A2=Red)={3,6} 3. Find Lower and Upper Approximation for Set of A1 with Respect to A2 using near match fomulation To find lower approximation we find set nearest to base set X with formulation (No. of Match with base set/total no. of element in set) for all set which are having subset of base set we find this. Out of this we will take one with minimum value. Lower Approximation of X(A1=Small)={3,6}=1/2=0.50 {1,5}=1/2=0.50 {10,7}=1/2=0.50 {8,2}=1/2=0.50 Now here as all set have same value we will look in fuzzy weight allocated and select one with higher rate. Here we have Red having higher weight than other attribute value and thus we select {3,6} as lower approximation Upper Approximation of X(A1=Small) ={3,5,7,8,1,6,10,2} Lower Approximation of X(A1=Medium) ={8,2} Upper Approximation of X(A1=Medium) ={2,4,10,8,9,7} Lower Approximation of X(A1=Big) ={3,6} Upper Approximation of X(A1=Big) ={1,6,9,4,3,5} 4. Find Roughness Roughness X(A1=Small)=1-(2/8)=0.75 Roughness X(A1=Medium)=1-(2/6)=0.66 Roughness X(A1=Big)=1-(2/6)=0.66 5. Cluster Data based on roughness As X(A1=Medium)and X(A1=Big) have similar lower Roughness we will split into two Cluster
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN:2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 11 | Nov-2014, Available @ http://www.ijret.org 187 based on weight as X(A1=Big) have higher weight we will split into one with Big and Other with Small,Medium 6. Fuzzy Linguistic Rule Base Where Color is A2=Red A1=Big 6. CONCLUSION Rough set can only be applied where we have at least one crisp relation of the data. Thus in this paper we proposed clustering technique with mixture of rough set with improved lower approximation formulation and fuzzy logic which works on any kind of categorical data whether data is having crisp relationship between its attribute or not we can do clustering. As shown with example proposed technique works better than traditional technique. REFERENCES [1]. http://en.wikipedia.org/wiki/Categorical_variable [2]. Pradeep Kumar, P. Radha Krishna, Raju. S. Bapi, Supriya Kumar D “Rough clustering of sequential data” [3]. Duo Chen, Du-Wu Cui, Chao-Xue Wang, Zhu-Rong Wang “A Rough Set-Based Hierarchical Clustering Algorithm for Categorical Data” School of Computer Science and Engineering, Xi’an University of Technology, Xi’an, 710048, China [4]. http://en.wikipedia.org/wiki/Fuzzy_logic [5]. Chris Cornelis, Martine De Cock, Anna Maria Radzikowska, “Fuzzy Rough Sets: from Theory into Practice” Computational Web Intelligence Dept. of Applied Mathematics and Computer Science Ghent University, Krijgslaan 281 (S9), 9000 Gent, Belgium [6]. Z. Pawlak, “Rough sets”, International Journal of Computer and Information Science (1982). [7]. Z. Pawlak, “Rough Sets—Theoretical Aspects of Reasoning about Data”, Kluwer Aca. Pub. (1991) [8]. I. Jagielska, C. Matthews, T. Whitfort, “An investigation into the application of neural networks, fuzzy logic, genetic algorithms, and rough sets to automated knowledge acquisition for classification problems”, Neurocomputing (1999) [9]. Darshit Parmar, Teresa Wu *, Jennifer Blackhurst, “MMR: An algorithm for clustering categorical data using Rough Set Theory" 1 3 4 9.00 6 7 8 9 10 0 2 4 6 8 10 12 14 0 5 10 15