SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 4, April 2013
1363
www.ijarcet.org

Abstract— The emerging application domains in Engineering,
Scientific Technology, Multimedia, GIS, Knowledge
management, Expert system design etc require advanced data
models to represent and manipulate the data values, because the
information resides in these domains are often vague or
imprecise in nature & difficult to represent while implementing
the application software. In order to fulfill the requirements of
such application demands, researchers have put the innovative
concept of object based fuzzy database system by extending the
object oriented system and adding fuzzy techniques to handle
complex object and imprecise data together. Some extensions of
the OODMS have been proposed in the literature, but what is
still lacking a unifying & systematic formalization of these
dedicated concepts. This paper is the consequence research of
our previous work, in which we proposed an effective & formal
Fuzzy class model to represent all type of fuzzy attributes &
objects those can be confined to fuzzy class. Here, we introduce a
generalized definition language for the fuzzy class which can
efficiently define the proposed fuzzy class model along with all
possible fuzzy data type to describe the structure of the database
& thus serve as data definition language for the object based
fuzzy database system.
Index Terms— Fuzzy class definition language, Fuzzy data
type, Fuzzy class, Object based fuzzy database model.
I. INTRODUCTION
The advancement in the requirements for modeling &
manipulation of complex object and imprecise information in
various knowledge intensive applications are emerging as
leading problems to the database research. The involvement
of complex object and vague information together make the
relational model & its extensions, to be apart from modeling
of such object or information. Object oriented data models are
widely acknowledged at the information modeling arena as
they provide hierarchical data abstraction scheme &
mechanisms for information hiding [6]. However, they are
incapable of representing or manipulating imprecise data
values. Mean while, probability theory & fuzzy logic provide
measures and rules for representing uncertain imprecise
information [2]; that has led to intensive research &
development of a high standard database system named
Manuscript received April, 2013.
Debasis Dwibedy, School of Computer Engineering,KIIT University
Bhubaneswar,Odisha. Bhubaneswar, India, +918763992183
Dr. Laxman Sahoo, Professor and Head of Database Group,KIIT
University , Bhubaneswar, India, +919692259550.
Sujoy Dutta, School of Computer Engineering, KIIT University,
Bhubaneswar, India, +919938077804.
“Object based fuzzy Database system”. The fuzzy object
modeling is being extensively studied to make it a knowledge
representation tool at various knowledge and large data
intensive applications with inherent fuzzy reasoning
techniques incorporating into it [14]. All the concepts
regarding fuzzy class, fuzzy attributes, fuzzy object class
relation and fuzzy inheritance stated in the literature are
specific and applicable for particular application domains
[8],[9],[12],[16]. The lacking of formalization of the existing
interpretations of fuzzy class, fuzzy object, fuzzy subclass-
super class relationships are exerting problems in determining
fuzziness at various levels of class hierarchy or establishing
fuzziness at inheritance and multiple inheritance structure.
So, to overcome such issues, we have thoroughly
investigated the current research proceedings & put an
attempt to redefine some concepts to make them more
prominent. In this regard, we first introduced the definition of
a generalized fuzzy class along with an efficient model to
represent the fuzzy class. Here, we extend our ongoing
research and propose a generalized fuzzy class definition
language to define the proposed fuzzy class model specifying
the data type and possible values of fuzzy attributes. The
various sections of the paper are organized as follows. In the
next section, we discuss about various research work carried
out to define the fuzzy class structure. In 3rd
section we
provide a glimpse of our previous contribution of designing a
generalized fuzzy class structure. In section 4, a formal
definition language for defining fuzzy class along with fuzzy
data type are provided & finally section 5 will take us to the
conclusion of this study.
II. RELATED WORK
There is little research in the development of fuzzy object
database system which addresses the practical perspective.
All the models or concepts stated in the literature are
theoretical or analytical in nature. We have investigated the
current research and development of fuzzy object based
database systems and outlined the concepts proposed by the
active researchers.
In [8], the author defined fuzzy class as fuzzy type whose
structural part is fuzzy structure. That means all the attributes
defined for a class should belongs to the class with certain
membership degree. A two layer graphical structure is also
proposed in the paper where the author used fuzzy class to
define instantiation and inheritance mechanism by the
principle of α-cut. An informal definition of fuzzy type is also
A Generalized Definition Language for
Implementing the Object Based Fuzzy Class
Model
Debasis Dwibedy, Dr. Laxman Sahoo, Sujoy Dutta
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 4, April 2013
All Rights Reserved © 2013 IJARCET
1364
provided in accordance to a specific application of
biomedical system where he defined the structure of the class
in which all the fuzzy attribute belongs to the class with
membership degree equal to 1 and he also discussed about
some behavioral aspects of the fuzzy objects. In [16], the
author defined the fuzzy class with respect to weights of the
attributes to the class, in addition to these common attributes a
special attribute has to be added which indicates the
membership degree to which an object of the class belongs to
the class. The degree that a subclass belongs to the super class
is also illustrated in the specifications of class definition. The
class definition language provided by the author is as follows:
CLASS class name WITH DEGREE of DEGREE
INHERITS super class_1 name WITH DEGREE OF
degree_1
.
.
INHERITS super class_k name WITH DEGREE of degree_k
ATTRIBUTES
Attribute_1 name:[FUZZY] DOMAIN dom 1:
TYPE of type_1 WITH DEGREE of degree_1
.
.
Attribute_m name: membership degree
WEIGHT
W (Attribute_1 name)=W-1
.
.
W (Attribute_m name)=W-m
METHODS
.
.
END
The language is showing the deficit of providing data types of
all type of fuzzy attributes and the nature of their values.
There is no data type description for the attributes or any
interface for specifying constraints to the class.
In [8], the author defined fuzzy class as a class with fuzzy
boundary. He defined such a fuzzy class as : FCi={(Oij.....aij,
µ(Oij..))/Oij...is object, aij is attribute, 0≤µ(Oij....aij)≤1}. The
idea is to represent a fuzzy class in terms of fuzzy object in
which the attributes of the object belongs to the object with
certain membership degree. No definition language is
provided by the author in the creation of fuzzy object data
base system for catalytic cracking unit.
In [12], the author proposed fuzzy object database model for
GIS application to represent imprecise attribute values and
complex object by using the class inheritance concept. The
class definition language provided is purely dedicated to GIS
domain with little specifications of representing fuzzy
attribute values. The proposed class definition is as follows:
Interface Water body: feature{
Extent water_bodies;// name of extent
Attribute hecters surface_area;
Attribute meters maximum_depth;
Attribute Fuzzy_value<water quality> quality;
Relationship set<stream> drains_into;
Inverse stream :: drains_from;
Relationship set <stream> drains_from;
Inverse stream :: drains_into;
Relationship set <hillslope> adjacent_to
}
In [11], the author defined a fuzzy class in terms attributes
belongs to the class take values from fuzzy domain or contains
fuzzy value then the class is fuzzy. Similarly when the objects
form the class contains uncertain values then the class is
fuzzy. No explicit class definition is given by the author.
In [10], the author proposed a deductive probabilistic and
fuzzy object oriented database language called FRIL++ which
can deal with both probability and fuzziness. Here,
uncertainty in class membership & property applicability are
measured by lower and upper bound on probability; but
attributes type are not mentioned. The class definition
language is as follows:
(( public class person extends (universal))
(constants
(tall [0:0 1.5:0 1.8: 1 2.5:1])
(not slim [0:1 22:1 28:0 45:1])
(not fat [0:1 22:1 28:0 45:0 ])
(properties
(height_))
(weight_))
((body mass index B)
(height H)
(times H H H2)
(weight w)
((person H W)
(set prop((height H)))
(set prop ((weight W))))))
((public class Tall Man extends(person))
(properties
((handsome)) : (.91)
((is a tall man)
(height H)
(match tall H))))
All the existing definition of class and the class definition
language discussed so far are related to specific application
domain and can be applicable to that domain only. The
lacking of adequate fuzzy data types has restricted the class
definition languages to define the fuzzy attributes or objects
more accurately. The traditional definition of fuzzy class also
compels the existing fuzzy class definition language to
represent a limited type of fuzzy objects or attributes. The
lacking of a generalized fuzzy class model and the unexplored
data types for the fuzzy attributes have restrained the
researchers to design a data definition language for
representing fuzzy class structure. So, the prime motto of the
research is to first develop a generalized fuzzy class structure
with an efficient model and explore the data types possible for
all type of fuzzy attributes and then go for design of a fuzzy
class definition language to define the fuzzy class model.
In the next section, we discuss our previous contribution to
fuzzy object database research by providing a glimpse of our
proposed fuzzy object class model, subsequently we discuss
the data types required for the fuzzy attributes and finally the
definition language for the fuzzy class model will be outlined.
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 4, April 2013
1365
www.ijarcet.org
III. OUR PREVIOUS CONTRIBUTION
We addressed the fuzzy class as a specialized crisp class
with an added linguistic label which comprises of general
attributes or crisp attributes, fuzzy attributes and iterative
attribute or special object [3].
A fuzzy class must contain either all of the given attributes or
some of the given attributes.
We introduced the concept of “Iterative fuzzy attribute or
Special object”. An iterative fuzzy attribute is an attribute or
special object which is having its own properties or attributes.
It is quite often seen in many applications, where we have
classes consist of attribute which can be decomposed into
further more simplified attributes. The existing fuzzy object
models do not provide any interface to represent or
manipulate such an attribute, which shows their lacking in
uniform formalization towards the global representations of
fuzzy class at any circumstances.
The representation of a new fuzzy class structure along with
fuzzy iterative attribute is given as follows:
We represented such a fuzzy class by two dashed line class
diagrams with little modifications of general object oriented
class diagram. For example, an application demands to
represent all the departments of our country into three distinct
categories: HIGHRANKEDDEPT,
MEDIUMRANKEDDEPT, and LOWRANKEDDEPT. All
these classes are specialized classes of the class DEPT and are
associated with a linguistic label which clearly indicates their
fuzziness.
Fig I shows the representation of a fuzzy class
HIGHRANKEDDEPT. The proposed model of fuzzy class
consists of two dashed rectangles each divided into two parts.
The first rectangle represents the fuzzy class whose name
placed at top of it, the first part of the rectangle shows the
membership degree of the fuzzy class belongs to the data
model or its membership degree to the super class if it is the
sub class and is represented by the symbol” λ” .The second
part of the rectangle represents all type of attributes possible
for the fuzzy class. A general attribute is represented as:
ATTRIBUTE NAME.
An attribute which takes value from a fuzzy domain like AGE
which might take fuzzy values as young, middle aged, old etc
is represented as:
FUZZY ATTRIBUTE NAME.
An attribute whose value is uncertain or imprecise is
represented as:
ATTRIBUTENAME WITH m DEGREE.
For example, all the departments may or may not have their
own library so we can write LIBRAY WITH 0.8 DEGREE.
A fuzzy iterative attribute is represented as:
ATTRIBUTE NAME *.
For example, EMPLOYEE *.
The second dashed rectangle represents a fuzzy iterative
attribute along with its associated properties. The first part of
the rectangle shows the membership degree of the fuzzy
iterative attribute to the fuzzy class and is represented as:
µattribute name*.
The second part of the rectangle represents the properties
of the fuzzy iterative attribute headed by the name of fuzzy
iterative attribute. The fuzzy class and its fuzzy iterative
attribute are associated with a dashed arrow labelled with
ITERATIVE *. If the fuzzy iterative attribute contains
another iterative attribute then it can also be represented
through another dashed rectangle of same type and the
association between these two attributes can be represented as
a dashed arrow labelled with ITERATIVE **.
The proposed model is flexible enough to represent and
manipulate a fuzzy class in a more efficient way considering a
wider range of possibilities of fuzziness in the classes to cater
services to diversified application domains. The model
strictly follows the ODMG guidelines and is easy to
implement. The portability inside the model will also
encourage adding more features as per requirements. Above
all, the model is very simple and easy to understand and it can
surely serve as a conceptual modelling for object based fuzzy
database. In the next section, we show the extension of the
research by putting the concepts of fuzzy data types and
designing an efficient framework for fuzzy class definition
language.
IV. EXTENSION OF THE RESEARCH
A. Data Types for Fuzzy Attributes
Data type is essential for uniform categorization of
attributes while defining the class of the attribute or object [5].
The data type of a fuzzy attribute depends up on the nature of
the attribute value and domain from which the attribute takes
its value [14]. Fuzzy attributes can be broadly classified into
two categories i.e fuzzy attributes whose fuzzy values are
fuzzy sets and fuzzy attributes whose values are fuzzy degrees
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 4, April 2013
All Rights Reserved © 2013 IJARCET
1366
[10]. We propose data types for all type of fuzzy attributes
irrespective of their categories. The proposed data types are
outlined as follows:
1. FUZZY STRING : A fuzzy attribute may take a single
“string” value with possibility distribution is equal to 1
Eg. { Behavior=good, represented by possibility
distribution 1/good}
2. FUZZY INTEGER: The attribute may take single
numeric value; it can also be interpreted as crisp type
with possibility distribution equal to 1.
Eg. {Age=35 represented by possibility distribution 1/35}
3. MUTUALLY EXCLUSIVE STRING: The attribute
may take more than one value and the membership
degree of all these values to the attribute is 1.
Eg. { Behavior = {good, bad} represented by possibility
distribution 1/good, 1/Bad}
4. MUTUALLY EXCLUSIVE INTEGER: Attributes of
numeric may take multiple values belong to the
attribute with membership degree equal to 1.
Eg. {Age={20,21} represented by {1/20,1/21}}
5. FUZZY MUTUALLY EXCLUSIVE STRING: The
attribute may take value from fuzzy domain and each
possible value of attribute belong to the attribute with
certain membership degree.
Eg. Behavior={0.6/good, 1.0/regular, 0.4/bad}
6. FUZZY MUTUALLY EXCLUSIVE INTEGER:
The attribute may take numerical value and each
value of the attribute belongs to the attribute with
possibility distribution.
Eg. Age= {0.9/27, 0.4/20, 1/28, 0.8/26}
7. NULL: The value of the attribute is unknown or
undefined, then we can use the type of attribute as null.
Eg. Young= {0/100, 0/75}
The proposed fuzzy data types are the fundamental type for
defining imprecise or uncertain fuzzy attribute values. These
basic data types can be used in developing of high standard or
derived data types to define the fuzzy object data base at
complex knowledge intensive applications. In the next section
we use these data types in the fuzzy class definition language
to describe the structure of the fuzzy object database model.
B. A FORMAL LANGUAGE for DEFINING THE FUZZY
CLASS MODEL
The definition of any database model generally describes
the structure of the database, type of data stored in the
database and their relationships and finally provide the
interface for imposing constraint to the database [5]. We have
developed a generalized definition language with the
fundamental fuzzy data types which will address the fuzzy
attribute types, the nature of attribute values and provides the
interface for defining constraints to the data base. The pseudo
code of the definition language of fuzzy class is as follows:
CLASS CLASS Name WITH m DEGREE
{
ATTRIBUTES:
Attribute_1 Name: TYPE [Crisp] Value=”crisp”;
Attribute_2 Name: TYPE [Fuzzy String]
Value=”Fuzzy WITH m DEGREE”;
Attribute_3 Name: TYPE [Fuzzy Integer] Value:
Number WITH m DEGREE;
Attribute_4 Name: TYPE [Fuzzy M.E String]
Value=”Imprecise”;
Attribute_5 Name: TYPE [Fuzzy M.E Integer]
Value=”Imprecise”;
Attribute_6 Name: TYPE [Fuzzy *]
Value=”Iterative WITH m DEGREE”;
ITERATIVE Attribute Name WITH m DEGREE to
CLASS Name
{
ATTRIBUTES:
Attribute_1 Name: TYPE [Crisp] Value=”Crisp”;
.
.
.
Attributes_n Name: TYPE [Fuzzy **]
Value=”Iterative WITH m DEGREE”;
ITERATIVE * Attribute Name WITH m DEGREE to
ITERATIVE Attribute Name
{
ATTRIBUTES:
Attribute_1 Name: TYPE [Crisp] Value=”Crisp”;
.
.
.
}
}
}
We have proposed this language as an universal data
definition language for defining the fuzzy object data model.
The language is flexible enough to address the structure of the
fuzzy object data base and categorically distinguish different
type of fuzzy attributes by providing appropriate type to the
attributes and describing the nature of their values. We can
also add more features to this language as per various
application requirements. The generality and built-in features
of this language are the incentives for making this language as
the universal language for defining fuzzy object data base
system.
V. FUTURE RESEARCH DIRECTIONS AND
CONCLUSION
In this study, we have shown the continuation of our
research by extending our previous contribution and
subsequently exploring a couple of advanced concepts in
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 4, April 2013
1367
www.ijarcet.org
fuzzy object database design and modeling. First, we have
redefined the fuzzy class definition or fuzzy class structure
and designed a uniform model to represent all type of fuzzy
attributes or objects at various levels of applicability. We
have extended the concept to practically implement the
proposed model by exploring the concept of basic fuzzy data
types to categorically address all type of fuzzy attributes and
also describing the nature their values. The proposed data
types can also serve as basic type for developing high
standard derived fuzzy data types. The fuzzy class definition
language is the result of the fuzzy class model defined earlier
and the proposed fuzzy data types; the portability inside the
language will allow the researchers to add more features at
changing application demands. The language is organized in
such a way that it can describe the structure of the fuzzy object
database in more prominent manner. We will extend the
research further to define and manipulate fuzzy inheritance
structure, fuzzy casual relations, fuzzy exception handling
and also emphasizes on designing an algebra for fuzzy object
query and processing of the query. The quest will be on its
way till the complete formalization of object based fuzzy
database system.
REFERENCES
[1] Zadeh, L.A 1978. Fuzzy sets as a basis for a theory of possibility.
Fuzzy sets and systems, 1(1), 3-28.
[2] Zadeh, L.A. Fuzzy sets. Information and control, 8(3), pp. 338-353,
1965.
[3] Dwibedy Debasis, Sahoo Laxman and Dutta Sujoy, “A New approach
Object based Fuzzy Database Modeling”, in International Journal of
Soft computing and Engineering, PP. 182-186, Vol. 2 Issue 1, march
2013.
[4] Cross, V.Caluwe, R. & Vangyseghem N.A perspective from the fuzzy
object data management group (FODMG). In proceedings of the 1997
IEEE International conference on Fuzzy systems, 2, PP. 721-728,
1997.
[5] Zvieli, A. & Chen P.P. Entity relationship modeling and fuzzy
databases. In proceeding of the 1986 IEEE International Conference
on Data Engineering, PP. 320-327, 1986.
[6] Bordogna, G.,Pasi, G. & Lucarella,D. A Fuzzy Object oriented data
model for managing vague and uncertain information. International
Journal of Intelligent system,14, PP. 623-651, 1999
[7] Ma, Z.M, Zhang, W.J, MA, W.Y., & Chen, G,Q.Conceptual design of
fuzzy object oriented databases using extended entity relation model
16, PP. 697-711, 2001.
[8] Marin, N., Vila, M.A. & Pons, O. Fuzzy type: A new concept of type
for managing vague structure. International Journal of Intelligent
systems, 15, PP. 1061-1085, 2000.
[9] Nahle Ibrahim 2008. Creation of Fuzzy Object Database. KMITL Sci.J
vol.8, No.1.
[10] Z.M. Ma. Fuzzy Information modeling with UML in advances in fuzzy
object oriented database modeling and applications, eds. Z.Ma,Idea
group publishing, PP. 153-175, 2004.
[11] Sahoo Laxman & Shukla Praveen. Fuzzy Techniques in object based
modeling. International Journal on Information Science and
computing, Vol.2, No.1, PP. 93-97, 2008.
[12] Cross, V., & Firat, A. Fuzzy objects for geographical Information
systems. Fuzzy sets and systems, 113, PP. 19-36, 2000.
[13] Tre De G. An algebra for querying a constraint defined fuzzy and
uncertain object oriented database model. IEEE Transactions on Fuzzy
Systems, PP. 2138-2143, 2001.
[14] Yazici.A, Koyuncu.M. IFOOD: An Intelligent Fuzzy Object oriented
Database Architecture. IEEE Transaction on knowledge and Data
mining, Vol.15, No.5, PP. 1137-1154, 2003
[15] Ma, Z.M, Zhang, W.J. Extending Object oriented Databases for Fuzzy
Information modeling. Information Systems, 29(5), PP. 421-435,
2004.
[16] Vladarean Cristina . Extending Object oriented databases for fuzzy
Information modeling. ROMAI J., 2, PP. 225-237, 2006.
[17] Yazici. A, & Bosan-Korpeoglu. An active Fuzzy Object oriented
Database approach. IEEE International conference on Fuzzy systems,
PP. 885-888, 2004.
[18] Dubois, D. Prade, H., & Rossazza, J.P. Vagueness, typicality and
uncertainty in class hierarchies. International Journal of Intelligent
Systems, 6, PP. 167-183, 1991
[19] Ma. Z.M, Shen.S. Modeling of Fuzzy information in the IF2O and
Object oriented data models. Journal of Intelligent and fuzzy systems,
Vol.17, No. 6, PP. 597-612. 2006
[20] Marin, N. Medina, J. M., Pons, Sanchez, D., & vila Ma. Complex
Object comparison in a Fuzzy context. Information and software
Technology, 45(7), PP. 431-444, 2003.
Debasis Dwibedy received his B.Tech degree in
the year 2010 from BIET, Bhadrak affiliated to BPUT University, Odisha
and currently pursuing M.Tech in Computer Science Engineering from KIIT
University, Bhubaneswar. He was involved in Java application based project
Banking automation System during his B.Tech. He has produced many
papers in international journals..His research area includes Database
systems, Fuzzy Object Databases, Object Modeling and soft computing.
Dr. Laxman Sahoo received his Ph.D in 1987
from IIT, Kharagpur. Presently, he is professor and head of Database Engg.
Group at KIIT University, Odisha. He served as Director/Coordinator/Head
of Department in BITS Pilani, BITS Ranchi and Lucknow Indian Engg.
College. He has guided over 400 Master Degree students. He is associated
with many professional bodies as a member/chair person of technical
committee and conference. He has published and presented many Research
papers in national and international Journals. He is also author of a good
number of computer related books. His research area includes VLSI design,
DBMS, AI and Fuzzy Expert Systems.
Sujoy Dutta received his B.Tech degree in the year
2010 from WBUT University, West Bengal and currently pursuing M.Tech
in Computer Science Engineering from KIIT University, Bhubaneswar. He
has the research aptitude towards Fuzzy object database modeling and soft
computing.

Más contenido relacionado

La actualidad más candente

Paper id 28201441
Paper id 28201441Paper id 28201441
Paper id 28201441IJRAT
 
Different Similarity Measures for Text Classification Using Knn
Different Similarity Measures for Text Classification Using KnnDifferent Similarity Measures for Text Classification Using Knn
Different Similarity Measures for Text Classification Using KnnIOSR Journals
 
Farthest Neighbor Approach for Finding Initial Centroids in K- Means
Farthest Neighbor Approach for Finding Initial Centroids in K- MeansFarthest Neighbor Approach for Finding Initial Centroids in K- Means
Farthest Neighbor Approach for Finding Initial Centroids in K- MeansWaqas Tariq
 
Object Oriented Concept
Object Oriented ConceptObject Oriented Concept
Object Oriented Conceptsmj
 
Centralized Class Specific Dictionary Learning for wearable sensors based phy...
Centralized Class Specific Dictionary Learning for wearable sensors based phy...Centralized Class Specific Dictionary Learning for wearable sensors based phy...
Centralized Class Specific Dictionary Learning for wearable sensors based phy...Sherin Mathews
 
Islamic University Previous Year Question Solution 2019 (ADBMS)
Islamic University Previous Year Question Solution 2019 (ADBMS)Islamic University Previous Year Question Solution 2019 (ADBMS)
Islamic University Previous Year Question Solution 2019 (ADBMS)Rakibul Hasan Pranto
 
Data modelingpresentation
Data modelingpresentationData modelingpresentation
Data modelingpresentationfikirabc
 
Module 5 oodb systems semantic db systems
Module 5 oodb systems  semantic db systemsModule 5 oodb systems  semantic db systems
Module 5 oodb systems semantic db systemsTaher Barodawala
 
IRJET- Personality Recognition using Multi-Label Classification
IRJET- Personality Recognition using Multi-Label ClassificationIRJET- Personality Recognition using Multi-Label Classification
IRJET- Personality Recognition using Multi-Label ClassificationIRJET Journal
 
Question Classification using Semantic, Syntactic and Lexical features
Question Classification using Semantic, Syntactic and Lexical featuresQuestion Classification using Semantic, Syntactic and Lexical features
Question Classification using Semantic, Syntactic and Lexical featuresIJwest
 
EFFECTIVENESS PREDICTION OF MEMORY BASED CLASSIFIERS FOR THE CLASSIFICATION O...
EFFECTIVENESS PREDICTION OF MEMORY BASED CLASSIFIERS FOR THE CLASSIFICATION O...EFFECTIVENESS PREDICTION OF MEMORY BASED CLASSIFIERS FOR THE CLASSIFICATION O...
EFFECTIVENESS PREDICTION OF MEMORY BASED CLASSIFIERS FOR THE CLASSIFICATION O...cscpconf
 
Object Oriented Dbms
Object Oriented DbmsObject Oriented Dbms
Object Oriented Dbmsmaryeem
 
A COMPARISON OF TEXT CATEGORIZATION METHODS
A COMPARISON OF TEXT CATEGORIZATION METHODSA COMPARISON OF TEXT CATEGORIZATION METHODS
A COMPARISON OF TEXT CATEGORIZATION METHODSijnlc
 
Feature selection on boolean symbolic objects
Feature selection on boolean symbolic objectsFeature selection on boolean symbolic objects
Feature selection on boolean symbolic objectsijcsity
 

La actualidad más candente (19)

Relational Model
Relational ModelRelational Model
Relational Model
 
Paper id 28201441
Paper id 28201441Paper id 28201441
Paper id 28201441
 
Different Similarity Measures for Text Classification Using Knn
Different Similarity Measures for Text Classification Using KnnDifferent Similarity Measures for Text Classification Using Knn
Different Similarity Measures for Text Classification Using Knn
 
Farthest Neighbor Approach for Finding Initial Centroids in K- Means
Farthest Neighbor Approach for Finding Initial Centroids in K- MeansFarthest Neighbor Approach for Finding Initial Centroids in K- Means
Farthest Neighbor Approach for Finding Initial Centroids in K- Means
 
Object Oriented Concept
Object Oriented ConceptObject Oriented Concept
Object Oriented Concept
 
Centralized Class Specific Dictionary Learning for wearable sensors based phy...
Centralized Class Specific Dictionary Learning for wearable sensors based phy...Centralized Class Specific Dictionary Learning for wearable sensors based phy...
Centralized Class Specific Dictionary Learning for wearable sensors based phy...
 
Islamic University Previous Year Question Solution 2019 (ADBMS)
Islamic University Previous Year Question Solution 2019 (ADBMS)Islamic University Previous Year Question Solution 2019 (ADBMS)
Islamic University Previous Year Question Solution 2019 (ADBMS)
 
Data modelingpresentation
Data modelingpresentationData modelingpresentation
Data modelingpresentation
 
Object oriented data model
Object oriented data modelObject oriented data model
Object oriented data model
 
Bt0066 dbms
Bt0066 dbmsBt0066 dbms
Bt0066 dbms
 
DBMS CS 4-5
DBMS CS 4-5DBMS CS 4-5
DBMS CS 4-5
 
Module 5 oodb systems semantic db systems
Module 5 oodb systems  semantic db systemsModule 5 oodb systems  semantic db systems
Module 5 oodb systems semantic db systems
 
IRJET- Personality Recognition using Multi-Label Classification
IRJET- Personality Recognition using Multi-Label ClassificationIRJET- Personality Recognition using Multi-Label Classification
IRJET- Personality Recognition using Multi-Label Classification
 
Question Classification using Semantic, Syntactic and Lexical features
Question Classification using Semantic, Syntactic and Lexical featuresQuestion Classification using Semantic, Syntactic and Lexical features
Question Classification using Semantic, Syntactic and Lexical features
 
EFFECTIVENESS PREDICTION OF MEMORY BASED CLASSIFIERS FOR THE CLASSIFICATION O...
EFFECTIVENESS PREDICTION OF MEMORY BASED CLASSIFIERS FOR THE CLASSIFICATION O...EFFECTIVENESS PREDICTION OF MEMORY BASED CLASSIFIERS FOR THE CLASSIFICATION O...
EFFECTIVENESS PREDICTION OF MEMORY BASED CLASSIFIERS FOR THE CLASSIFICATION O...
 
Object Oriented Dbms
Object Oriented DbmsObject Oriented Dbms
Object Oriented Dbms
 
A COMPARISON OF TEXT CATEGORIZATION METHODS
A COMPARISON OF TEXT CATEGORIZATION METHODSA COMPARISON OF TEXT CATEGORIZATION METHODS
A COMPARISON OF TEXT CATEGORIZATION METHODS
 
Object modeling
Object modelingObject modeling
Object modeling
 
Feature selection on boolean symbolic objects
Feature selection on boolean symbolic objectsFeature selection on boolean symbolic objects
Feature selection on boolean symbolic objects
 

Destacado

Ijarcet vol-2-issue-2-330-336
Ijarcet vol-2-issue-2-330-336Ijarcet vol-2-issue-2-330-336
Ijarcet vol-2-issue-2-330-336Editor IJARCET
 
The Role of Energy in High-Performance Buildings
The Role of Energy in High-Performance BuildingsThe Role of Energy in High-Performance Buildings
The Role of Energy in High-Performance Buildings Cliff Majersik
 
Volume 2-issue-6-2056-2060
Volume 2-issue-6-2056-2060Volume 2-issue-6-2056-2060
Volume 2-issue-6-2056-2060Editor IJARCET
 

Destacado (6)

Ijarcet vol-2-issue-2-330-336
Ijarcet vol-2-issue-2-330-336Ijarcet vol-2-issue-2-330-336
Ijarcet vol-2-issue-2-330-336
 
privacy
privacyprivacy
privacy
 
The Role of Energy in High-Performance Buildings
The Role of Energy in High-Performance BuildingsThe Role of Energy in High-Performance Buildings
The Role of Energy in High-Performance Buildings
 
Give This Heart
Give This HeartGive This Heart
Give This Heart
 
Volume 2-issue-6-2056-2060
Volume 2-issue-6-2056-2060Volume 2-issue-6-2056-2060
Volume 2-issue-6-2056-2060
 
Scooby Doo
Scooby DooScooby Doo
Scooby Doo
 

Similar a Ijarcet vol-2-issue-4-1363-1367

The Statement of Conjunctive and Disjunctive Queries in Object Oriented Datab...
The Statement of Conjunctive and Disjunctive Queries in Object Oriented Datab...The Statement of Conjunctive and Disjunctive Queries in Object Oriented Datab...
The Statement of Conjunctive and Disjunctive Queries in Object Oriented Datab...Editor IJCATR
 
OODBMS Concepts - National University of Singapore.pdf
OODBMS Concepts - National University of Singapore.pdfOODBMS Concepts - National University of Singapore.pdf
OODBMS Concepts - National University of Singapore.pdfssuserd5e338
 
introduction-to-object-oriented-programming.ppt
introduction-to-object-oriented-programming.pptintroduction-to-object-oriented-programming.ppt
introduction-to-object-oriented-programming.pptkaavyashruthi
 
introduction-to-object-oriented-programming.ppt
introduction-to-object-oriented-programming.pptintroduction-to-object-oriented-programming.ppt
introduction-to-object-oriented-programming.pptRamadossSundaramoort1
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseEditor IJCATR
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseEditor IJCATR
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseEditor IJCATR
 
Mapping objects to_relational_databases
Mapping objects to_relational_databasesMapping objects to_relational_databases
Mapping objects to_relational_databasesIvan Paredes
 
Compex object, encapsulation,inheritance
Compex object, encapsulation,inheritanceCompex object, encapsulation,inheritance
Compex object, encapsulation,inheritancePooja Dixit
 
Assessment of Programming Language Reliability Utilizing Soft-Computing
Assessment of Programming Language Reliability Utilizing Soft-ComputingAssessment of Programming Language Reliability Utilizing Soft-Computing
Assessment of Programming Language Reliability Utilizing Soft-Computingijcsa
 
FUZZY STATISTICAL DATABASE AND ITS PHYSICAL ORGANIZATION
FUZZY STATISTICAL DATABASE AND ITS PHYSICAL ORGANIZATIONFUZZY STATISTICAL DATABASE AND ITS PHYSICAL ORGANIZATION
FUZZY STATISTICAL DATABASE AND ITS PHYSICAL ORGANIZATIONijdms
 
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...cscpconf
 

Similar a Ijarcet vol-2-issue-4-1363-1367 (20)

The Statement of Conjunctive and Disjunctive Queries in Object Oriented Datab...
The Statement of Conjunctive and Disjunctive Queries in Object Oriented Datab...The Statement of Conjunctive and Disjunctive Queries in Object Oriented Datab...
The Statement of Conjunctive and Disjunctive Queries in Object Oriented Datab...
 
Oops slide
Oops slide Oops slide
Oops slide
 
OODBMS Concepts - National University of Singapore.pdf
OODBMS Concepts - National University of Singapore.pdfOODBMS Concepts - National University of Singapore.pdf
OODBMS Concepts - National University of Singapore.pdf
 
OOSD1-unit1_1_16_09.pptx
OOSD1-unit1_1_16_09.pptxOOSD1-unit1_1_16_09.pptx
OOSD1-unit1_1_16_09.pptx
 
Java chapter 3
Java   chapter 3Java   chapter 3
Java chapter 3
 
introduction-to-object-oriented-programming.ppt
introduction-to-object-oriented-programming.pptintroduction-to-object-oriented-programming.ppt
introduction-to-object-oriented-programming.ppt
 
introduction-to-object-oriented-programming.ppt
introduction-to-object-oriented-programming.pptintroduction-to-object-oriented-programming.ppt
introduction-to-object-oriented-programming.ppt
 
Advance oops concepts
Advance oops conceptsAdvance oops concepts
Advance oops concepts
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented database
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented database
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented database
 
Mapping objects to_relational_databases
Mapping objects to_relational_databasesMapping objects to_relational_databases
Mapping objects to_relational_databases
 
Object oriented programming
Object oriented programmingObject oriented programming
Object oriented programming
 
Oops
OopsOops
Oops
 
Compex object, encapsulation,inheritance
Compex object, encapsulation,inheritanceCompex object, encapsulation,inheritance
Compex object, encapsulation,inheritance
 
1861 1865
1861 18651861 1865
1861 1865
 
1861 1865
1861 18651861 1865
1861 1865
 
Assessment of Programming Language Reliability Utilizing Soft-Computing
Assessment of Programming Language Reliability Utilizing Soft-ComputingAssessment of Programming Language Reliability Utilizing Soft-Computing
Assessment of Programming Language Reliability Utilizing Soft-Computing
 
FUZZY STATISTICAL DATABASE AND ITS PHYSICAL ORGANIZATION
FUZZY STATISTICAL DATABASE AND ITS PHYSICAL ORGANIZATIONFUZZY STATISTICAL DATABASE AND ITS PHYSICAL ORGANIZATION
FUZZY STATISTICAL DATABASE AND ITS PHYSICAL ORGANIZATION
 
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
Object-Oriented Database Model For Effective Mining Of Advanced Engineering M...
 

Más de Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationEditor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 

Más de Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Último

How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 

Último (20)

How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 

Ijarcet vol-2-issue-4-1363-1367

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 4, April 2013 1363 www.ijarcet.org  Abstract— The emerging application domains in Engineering, Scientific Technology, Multimedia, GIS, Knowledge management, Expert system design etc require advanced data models to represent and manipulate the data values, because the information resides in these domains are often vague or imprecise in nature & difficult to represent while implementing the application software. In order to fulfill the requirements of such application demands, researchers have put the innovative concept of object based fuzzy database system by extending the object oriented system and adding fuzzy techniques to handle complex object and imprecise data together. Some extensions of the OODMS have been proposed in the literature, but what is still lacking a unifying & systematic formalization of these dedicated concepts. This paper is the consequence research of our previous work, in which we proposed an effective & formal Fuzzy class model to represent all type of fuzzy attributes & objects those can be confined to fuzzy class. Here, we introduce a generalized definition language for the fuzzy class which can efficiently define the proposed fuzzy class model along with all possible fuzzy data type to describe the structure of the database & thus serve as data definition language for the object based fuzzy database system. Index Terms— Fuzzy class definition language, Fuzzy data type, Fuzzy class, Object based fuzzy database model. I. INTRODUCTION The advancement in the requirements for modeling & manipulation of complex object and imprecise information in various knowledge intensive applications are emerging as leading problems to the database research. The involvement of complex object and vague information together make the relational model & its extensions, to be apart from modeling of such object or information. Object oriented data models are widely acknowledged at the information modeling arena as they provide hierarchical data abstraction scheme & mechanisms for information hiding [6]. However, they are incapable of representing or manipulating imprecise data values. Mean while, probability theory & fuzzy logic provide measures and rules for representing uncertain imprecise information [2]; that has led to intensive research & development of a high standard database system named Manuscript received April, 2013. Debasis Dwibedy, School of Computer Engineering,KIIT University Bhubaneswar,Odisha. Bhubaneswar, India, +918763992183 Dr. Laxman Sahoo, Professor and Head of Database Group,KIIT University , Bhubaneswar, India, +919692259550. Sujoy Dutta, School of Computer Engineering, KIIT University, Bhubaneswar, India, +919938077804. “Object based fuzzy Database system”. The fuzzy object modeling is being extensively studied to make it a knowledge representation tool at various knowledge and large data intensive applications with inherent fuzzy reasoning techniques incorporating into it [14]. All the concepts regarding fuzzy class, fuzzy attributes, fuzzy object class relation and fuzzy inheritance stated in the literature are specific and applicable for particular application domains [8],[9],[12],[16]. The lacking of formalization of the existing interpretations of fuzzy class, fuzzy object, fuzzy subclass- super class relationships are exerting problems in determining fuzziness at various levels of class hierarchy or establishing fuzziness at inheritance and multiple inheritance structure. So, to overcome such issues, we have thoroughly investigated the current research proceedings & put an attempt to redefine some concepts to make them more prominent. In this regard, we first introduced the definition of a generalized fuzzy class along with an efficient model to represent the fuzzy class. Here, we extend our ongoing research and propose a generalized fuzzy class definition language to define the proposed fuzzy class model specifying the data type and possible values of fuzzy attributes. The various sections of the paper are organized as follows. In the next section, we discuss about various research work carried out to define the fuzzy class structure. In 3rd section we provide a glimpse of our previous contribution of designing a generalized fuzzy class structure. In section 4, a formal definition language for defining fuzzy class along with fuzzy data type are provided & finally section 5 will take us to the conclusion of this study. II. RELATED WORK There is little research in the development of fuzzy object database system which addresses the practical perspective. All the models or concepts stated in the literature are theoretical or analytical in nature. We have investigated the current research and development of fuzzy object based database systems and outlined the concepts proposed by the active researchers. In [8], the author defined fuzzy class as fuzzy type whose structural part is fuzzy structure. That means all the attributes defined for a class should belongs to the class with certain membership degree. A two layer graphical structure is also proposed in the paper where the author used fuzzy class to define instantiation and inheritance mechanism by the principle of α-cut. An informal definition of fuzzy type is also A Generalized Definition Language for Implementing the Object Based Fuzzy Class Model Debasis Dwibedy, Dr. Laxman Sahoo, Sujoy Dutta
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 4, April 2013 All Rights Reserved © 2013 IJARCET 1364 provided in accordance to a specific application of biomedical system where he defined the structure of the class in which all the fuzzy attribute belongs to the class with membership degree equal to 1 and he also discussed about some behavioral aspects of the fuzzy objects. In [16], the author defined the fuzzy class with respect to weights of the attributes to the class, in addition to these common attributes a special attribute has to be added which indicates the membership degree to which an object of the class belongs to the class. The degree that a subclass belongs to the super class is also illustrated in the specifications of class definition. The class definition language provided by the author is as follows: CLASS class name WITH DEGREE of DEGREE INHERITS super class_1 name WITH DEGREE OF degree_1 . . INHERITS super class_k name WITH DEGREE of degree_k ATTRIBUTES Attribute_1 name:[FUZZY] DOMAIN dom 1: TYPE of type_1 WITH DEGREE of degree_1 . . Attribute_m name: membership degree WEIGHT W (Attribute_1 name)=W-1 . . W (Attribute_m name)=W-m METHODS . . END The language is showing the deficit of providing data types of all type of fuzzy attributes and the nature of their values. There is no data type description for the attributes or any interface for specifying constraints to the class. In [8], the author defined fuzzy class as a class with fuzzy boundary. He defined such a fuzzy class as : FCi={(Oij.....aij, µ(Oij..))/Oij...is object, aij is attribute, 0≤µ(Oij....aij)≤1}. The idea is to represent a fuzzy class in terms of fuzzy object in which the attributes of the object belongs to the object with certain membership degree. No definition language is provided by the author in the creation of fuzzy object data base system for catalytic cracking unit. In [12], the author proposed fuzzy object database model for GIS application to represent imprecise attribute values and complex object by using the class inheritance concept. The class definition language provided is purely dedicated to GIS domain with little specifications of representing fuzzy attribute values. The proposed class definition is as follows: Interface Water body: feature{ Extent water_bodies;// name of extent Attribute hecters surface_area; Attribute meters maximum_depth; Attribute Fuzzy_value<water quality> quality; Relationship set<stream> drains_into; Inverse stream :: drains_from; Relationship set <stream> drains_from; Inverse stream :: drains_into; Relationship set <hillslope> adjacent_to } In [11], the author defined a fuzzy class in terms attributes belongs to the class take values from fuzzy domain or contains fuzzy value then the class is fuzzy. Similarly when the objects form the class contains uncertain values then the class is fuzzy. No explicit class definition is given by the author. In [10], the author proposed a deductive probabilistic and fuzzy object oriented database language called FRIL++ which can deal with both probability and fuzziness. Here, uncertainty in class membership & property applicability are measured by lower and upper bound on probability; but attributes type are not mentioned. The class definition language is as follows: (( public class person extends (universal)) (constants (tall [0:0 1.5:0 1.8: 1 2.5:1]) (not slim [0:1 22:1 28:0 45:1]) (not fat [0:1 22:1 28:0 45:0 ]) (properties (height_)) (weight_)) ((body mass index B) (height H) (times H H H2) (weight w) ((person H W) (set prop((height H))) (set prop ((weight W)))))) ((public class Tall Man extends(person)) (properties ((handsome)) : (.91) ((is a tall man) (height H) (match tall H)))) All the existing definition of class and the class definition language discussed so far are related to specific application domain and can be applicable to that domain only. The lacking of adequate fuzzy data types has restricted the class definition languages to define the fuzzy attributes or objects more accurately. The traditional definition of fuzzy class also compels the existing fuzzy class definition language to represent a limited type of fuzzy objects or attributes. The lacking of a generalized fuzzy class model and the unexplored data types for the fuzzy attributes have restrained the researchers to design a data definition language for representing fuzzy class structure. So, the prime motto of the research is to first develop a generalized fuzzy class structure with an efficient model and explore the data types possible for all type of fuzzy attributes and then go for design of a fuzzy class definition language to define the fuzzy class model. In the next section, we discuss our previous contribution to fuzzy object database research by providing a glimpse of our proposed fuzzy object class model, subsequently we discuss the data types required for the fuzzy attributes and finally the definition language for the fuzzy class model will be outlined.
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 4, April 2013 1365 www.ijarcet.org III. OUR PREVIOUS CONTRIBUTION We addressed the fuzzy class as a specialized crisp class with an added linguistic label which comprises of general attributes or crisp attributes, fuzzy attributes and iterative attribute or special object [3]. A fuzzy class must contain either all of the given attributes or some of the given attributes. We introduced the concept of “Iterative fuzzy attribute or Special object”. An iterative fuzzy attribute is an attribute or special object which is having its own properties or attributes. It is quite often seen in many applications, where we have classes consist of attribute which can be decomposed into further more simplified attributes. The existing fuzzy object models do not provide any interface to represent or manipulate such an attribute, which shows their lacking in uniform formalization towards the global representations of fuzzy class at any circumstances. The representation of a new fuzzy class structure along with fuzzy iterative attribute is given as follows: We represented such a fuzzy class by two dashed line class diagrams with little modifications of general object oriented class diagram. For example, an application demands to represent all the departments of our country into three distinct categories: HIGHRANKEDDEPT, MEDIUMRANKEDDEPT, and LOWRANKEDDEPT. All these classes are specialized classes of the class DEPT and are associated with a linguistic label which clearly indicates their fuzziness. Fig I shows the representation of a fuzzy class HIGHRANKEDDEPT. The proposed model of fuzzy class consists of two dashed rectangles each divided into two parts. The first rectangle represents the fuzzy class whose name placed at top of it, the first part of the rectangle shows the membership degree of the fuzzy class belongs to the data model or its membership degree to the super class if it is the sub class and is represented by the symbol” λ” .The second part of the rectangle represents all type of attributes possible for the fuzzy class. A general attribute is represented as: ATTRIBUTE NAME. An attribute which takes value from a fuzzy domain like AGE which might take fuzzy values as young, middle aged, old etc is represented as: FUZZY ATTRIBUTE NAME. An attribute whose value is uncertain or imprecise is represented as: ATTRIBUTENAME WITH m DEGREE. For example, all the departments may or may not have their own library so we can write LIBRAY WITH 0.8 DEGREE. A fuzzy iterative attribute is represented as: ATTRIBUTE NAME *. For example, EMPLOYEE *. The second dashed rectangle represents a fuzzy iterative attribute along with its associated properties. The first part of the rectangle shows the membership degree of the fuzzy iterative attribute to the fuzzy class and is represented as: µattribute name*. The second part of the rectangle represents the properties of the fuzzy iterative attribute headed by the name of fuzzy iterative attribute. The fuzzy class and its fuzzy iterative attribute are associated with a dashed arrow labelled with ITERATIVE *. If the fuzzy iterative attribute contains another iterative attribute then it can also be represented through another dashed rectangle of same type and the association between these two attributes can be represented as a dashed arrow labelled with ITERATIVE **. The proposed model is flexible enough to represent and manipulate a fuzzy class in a more efficient way considering a wider range of possibilities of fuzziness in the classes to cater services to diversified application domains. The model strictly follows the ODMG guidelines and is easy to implement. The portability inside the model will also encourage adding more features as per requirements. Above all, the model is very simple and easy to understand and it can surely serve as a conceptual modelling for object based fuzzy database. In the next section, we show the extension of the research by putting the concepts of fuzzy data types and designing an efficient framework for fuzzy class definition language. IV. EXTENSION OF THE RESEARCH A. Data Types for Fuzzy Attributes Data type is essential for uniform categorization of attributes while defining the class of the attribute or object [5]. The data type of a fuzzy attribute depends up on the nature of the attribute value and domain from which the attribute takes its value [14]. Fuzzy attributes can be broadly classified into two categories i.e fuzzy attributes whose fuzzy values are fuzzy sets and fuzzy attributes whose values are fuzzy degrees
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 4, April 2013 All Rights Reserved © 2013 IJARCET 1366 [10]. We propose data types for all type of fuzzy attributes irrespective of their categories. The proposed data types are outlined as follows: 1. FUZZY STRING : A fuzzy attribute may take a single “string” value with possibility distribution is equal to 1 Eg. { Behavior=good, represented by possibility distribution 1/good} 2. FUZZY INTEGER: The attribute may take single numeric value; it can also be interpreted as crisp type with possibility distribution equal to 1. Eg. {Age=35 represented by possibility distribution 1/35} 3. MUTUALLY EXCLUSIVE STRING: The attribute may take more than one value and the membership degree of all these values to the attribute is 1. Eg. { Behavior = {good, bad} represented by possibility distribution 1/good, 1/Bad} 4. MUTUALLY EXCLUSIVE INTEGER: Attributes of numeric may take multiple values belong to the attribute with membership degree equal to 1. Eg. {Age={20,21} represented by {1/20,1/21}} 5. FUZZY MUTUALLY EXCLUSIVE STRING: The attribute may take value from fuzzy domain and each possible value of attribute belong to the attribute with certain membership degree. Eg. Behavior={0.6/good, 1.0/regular, 0.4/bad} 6. FUZZY MUTUALLY EXCLUSIVE INTEGER: The attribute may take numerical value and each value of the attribute belongs to the attribute with possibility distribution. Eg. Age= {0.9/27, 0.4/20, 1/28, 0.8/26} 7. NULL: The value of the attribute is unknown or undefined, then we can use the type of attribute as null. Eg. Young= {0/100, 0/75} The proposed fuzzy data types are the fundamental type for defining imprecise or uncertain fuzzy attribute values. These basic data types can be used in developing of high standard or derived data types to define the fuzzy object data base at complex knowledge intensive applications. In the next section we use these data types in the fuzzy class definition language to describe the structure of the fuzzy object database model. B. A FORMAL LANGUAGE for DEFINING THE FUZZY CLASS MODEL The definition of any database model generally describes the structure of the database, type of data stored in the database and their relationships and finally provide the interface for imposing constraint to the database [5]. We have developed a generalized definition language with the fundamental fuzzy data types which will address the fuzzy attribute types, the nature of attribute values and provides the interface for defining constraints to the data base. The pseudo code of the definition language of fuzzy class is as follows: CLASS CLASS Name WITH m DEGREE { ATTRIBUTES: Attribute_1 Name: TYPE [Crisp] Value=”crisp”; Attribute_2 Name: TYPE [Fuzzy String] Value=”Fuzzy WITH m DEGREE”; Attribute_3 Name: TYPE [Fuzzy Integer] Value: Number WITH m DEGREE; Attribute_4 Name: TYPE [Fuzzy M.E String] Value=”Imprecise”; Attribute_5 Name: TYPE [Fuzzy M.E Integer] Value=”Imprecise”; Attribute_6 Name: TYPE [Fuzzy *] Value=”Iterative WITH m DEGREE”; ITERATIVE Attribute Name WITH m DEGREE to CLASS Name { ATTRIBUTES: Attribute_1 Name: TYPE [Crisp] Value=”Crisp”; . . . Attributes_n Name: TYPE [Fuzzy **] Value=”Iterative WITH m DEGREE”; ITERATIVE * Attribute Name WITH m DEGREE to ITERATIVE Attribute Name { ATTRIBUTES: Attribute_1 Name: TYPE [Crisp] Value=”Crisp”; . . . } } } We have proposed this language as an universal data definition language for defining the fuzzy object data model. The language is flexible enough to address the structure of the fuzzy object data base and categorically distinguish different type of fuzzy attributes by providing appropriate type to the attributes and describing the nature of their values. We can also add more features to this language as per various application requirements. The generality and built-in features of this language are the incentives for making this language as the universal language for defining fuzzy object data base system. V. FUTURE RESEARCH DIRECTIONS AND CONCLUSION In this study, we have shown the continuation of our research by extending our previous contribution and subsequently exploring a couple of advanced concepts in
  • 5. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 4, April 2013 1367 www.ijarcet.org fuzzy object database design and modeling. First, we have redefined the fuzzy class definition or fuzzy class structure and designed a uniform model to represent all type of fuzzy attributes or objects at various levels of applicability. We have extended the concept to practically implement the proposed model by exploring the concept of basic fuzzy data types to categorically address all type of fuzzy attributes and also describing the nature their values. The proposed data types can also serve as basic type for developing high standard derived fuzzy data types. The fuzzy class definition language is the result of the fuzzy class model defined earlier and the proposed fuzzy data types; the portability inside the language will allow the researchers to add more features at changing application demands. The language is organized in such a way that it can describe the structure of the fuzzy object database in more prominent manner. We will extend the research further to define and manipulate fuzzy inheritance structure, fuzzy casual relations, fuzzy exception handling and also emphasizes on designing an algebra for fuzzy object query and processing of the query. The quest will be on its way till the complete formalization of object based fuzzy database system. REFERENCES [1] Zadeh, L.A 1978. Fuzzy sets as a basis for a theory of possibility. Fuzzy sets and systems, 1(1), 3-28. [2] Zadeh, L.A. Fuzzy sets. Information and control, 8(3), pp. 338-353, 1965. [3] Dwibedy Debasis, Sahoo Laxman and Dutta Sujoy, “A New approach Object based Fuzzy Database Modeling”, in International Journal of Soft computing and Engineering, PP. 182-186, Vol. 2 Issue 1, march 2013. [4] Cross, V.Caluwe, R. & Vangyseghem N.A perspective from the fuzzy object data management group (FODMG). In proceedings of the 1997 IEEE International conference on Fuzzy systems, 2, PP. 721-728, 1997. [5] Zvieli, A. & Chen P.P. Entity relationship modeling and fuzzy databases. In proceeding of the 1986 IEEE International Conference on Data Engineering, PP. 320-327, 1986. [6] Bordogna, G.,Pasi, G. & Lucarella,D. A Fuzzy Object oriented data model for managing vague and uncertain information. International Journal of Intelligent system,14, PP. 623-651, 1999 [7] Ma, Z.M, Zhang, W.J, MA, W.Y., & Chen, G,Q.Conceptual design of fuzzy object oriented databases using extended entity relation model 16, PP. 697-711, 2001. [8] Marin, N., Vila, M.A. & Pons, O. Fuzzy type: A new concept of type for managing vague structure. International Journal of Intelligent systems, 15, PP. 1061-1085, 2000. [9] Nahle Ibrahim 2008. Creation of Fuzzy Object Database. KMITL Sci.J vol.8, No.1. [10] Z.M. Ma. Fuzzy Information modeling with UML in advances in fuzzy object oriented database modeling and applications, eds. Z.Ma,Idea group publishing, PP. 153-175, 2004. [11] Sahoo Laxman & Shukla Praveen. Fuzzy Techniques in object based modeling. International Journal on Information Science and computing, Vol.2, No.1, PP. 93-97, 2008. [12] Cross, V., & Firat, A. Fuzzy objects for geographical Information systems. Fuzzy sets and systems, 113, PP. 19-36, 2000. [13] Tre De G. An algebra for querying a constraint defined fuzzy and uncertain object oriented database model. IEEE Transactions on Fuzzy Systems, PP. 2138-2143, 2001. [14] Yazici.A, Koyuncu.M. IFOOD: An Intelligent Fuzzy Object oriented Database Architecture. IEEE Transaction on knowledge and Data mining, Vol.15, No.5, PP. 1137-1154, 2003 [15] Ma, Z.M, Zhang, W.J. Extending Object oriented Databases for Fuzzy Information modeling. Information Systems, 29(5), PP. 421-435, 2004. [16] Vladarean Cristina . Extending Object oriented databases for fuzzy Information modeling. ROMAI J., 2, PP. 225-237, 2006. [17] Yazici. A, & Bosan-Korpeoglu. An active Fuzzy Object oriented Database approach. IEEE International conference on Fuzzy systems, PP. 885-888, 2004. [18] Dubois, D. Prade, H., & Rossazza, J.P. Vagueness, typicality and uncertainty in class hierarchies. International Journal of Intelligent Systems, 6, PP. 167-183, 1991 [19] Ma. Z.M, Shen.S. Modeling of Fuzzy information in the IF2O and Object oriented data models. Journal of Intelligent and fuzzy systems, Vol.17, No. 6, PP. 597-612. 2006 [20] Marin, N. Medina, J. M., Pons, Sanchez, D., & vila Ma. Complex Object comparison in a Fuzzy context. Information and software Technology, 45(7), PP. 431-444, 2003. Debasis Dwibedy received his B.Tech degree in the year 2010 from BIET, Bhadrak affiliated to BPUT University, Odisha and currently pursuing M.Tech in Computer Science Engineering from KIIT University, Bhubaneswar. He was involved in Java application based project Banking automation System during his B.Tech. He has produced many papers in international journals..His research area includes Database systems, Fuzzy Object Databases, Object Modeling and soft computing. Dr. Laxman Sahoo received his Ph.D in 1987 from IIT, Kharagpur. Presently, he is professor and head of Database Engg. Group at KIIT University, Odisha. He served as Director/Coordinator/Head of Department in BITS Pilani, BITS Ranchi and Lucknow Indian Engg. College. He has guided over 400 Master Degree students. He is associated with many professional bodies as a member/chair person of technical committee and conference. He has published and presented many Research papers in national and international Journals. He is also author of a good number of computer related books. His research area includes VLSI design, DBMS, AI and Fuzzy Expert Systems. Sujoy Dutta received his B.Tech degree in the year 2010 from WBUT University, West Bengal and currently pursuing M.Tech in Computer Science Engineering from KIIT University, Bhubaneswar. He has the research aptitude towards Fuzzy object database modeling and soft computing.