SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 7 337 – 341
_______________________________________________________________________________________________
337
IJRITCC | July 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Literature Review on Vague Set Theory in Different Domains
P. Umasankar
Assistant Professor, Department of Computer Science
M.I.E.T College of Arts and Science
Tiruchirappalli, India
pus.msu2013@gmail.com
V. Thiagarasu
Associate Professor, Department of Computer Science
Gobi Arts and Science College
Erode, India
Abstract—Problem of decision making is a crucial task in every business. This decision making job is found very difficult when it is depends on
the imprecise and vague environment, which is frequent in recent years. Vague sets are an extension of Fuzzy sets. In the fuzzy sets, each object
is assigned a single value in the interval [0,1] reflecting its grade of membership. This single value does not allow a separation of evidence for
membership and evidence against membership. Gau et al. proposed the notion of vague sets, where each object is characterized by two different
membership functions: a true membership function and a false membership function. This kind of reasoning is also called interval membership,
as opposed to point membership in the context of fuzzy sets. In this paper, reviews the related works on the decision making by using vague sets
in different fields.
Keywords-Vague set, Fuzzy set, Application
__________________________________________________*****_________________________________________________
I. INTRODUCTION
Vague or fuzzy concepts are fundamental to natural
language, playing a central role in communications between
individuals within a shared linguistic context. In fact Russell
[1] even goes so far as to claim that all natural language
concepts are vague. Yet often vague concepts are either viewed
as problematic because of their susceptibility to Sorities
paradoxes or at least as somehow 'second rate' when compared
with the more precise concepts of the physical sciences,
mathematics and formal logic. This view, however, does not
properly take account of the fact that vague concepts seem to
be an effective means of communicating information and
meaning. Sometimes more effective, in fact, than precise
alternatives. Somehow, knowing that 'the robber was tall' is
more useful to the police patrolling the streets, searching for
suspects, than the more precise knowledge that 'the robber was
exactly 1.8 metres in height'. But what is the nature of the
information conveyed by fuzzy statements such as 'the robber
was tall' and what makes it so useful? It is an attempt to answer
this and other related questions that will be the central theme of
this volume. Throughout, we shall unashamedly adopt an
Artificial Intelligence perspective on vague concepts and not
even attempt to resolve longstanding philosophical problems
such as Sorities paradoxes. Instead, we will focus on
developing an understanding of how an intelligent agent can
use vague concepts to convey information and meaning as part
of a general strategy for practical reasoning and decision
making. Such an agent could be an artificial intelligence
program or a human, but the implicit assumption is that their
use of vague concepts is governed by some underlying
internally consistent strategy or algorithm. For simplicity this
agent will be referred to using the pronoun You. This
convention is borrowed from Smets work on the Transferable
Belief Model although the focus of this work is quite different.
We shall immediately attempt to reduce the enormity of our
task by restricting the type of vague concept to be considered.
For the purposes of this volume we shall restrict our attention
to concepts as identified by words such as adjectives or nouns
that can be used to describe an object or instance.
II. VAGUE SET THEORY
In this section, we present now some preliminaries on the
theory of vague sets (VS).
Definition 1: A vague set A in the universe of discourse U
is characterized by two membership functions given by:
1- A truth membership function
𝑡 𝐴 ∶ 𝑈 → [0,1]
and
2- A False membership function
𝑓𝐴 ∶ 𝑈 → [0,1]
where tA(u) is a lower bound of the grade of membership
of u derived from the ’evidence for u’, and fA(u) is a lower
bound of the negation of u derived from the ’evidence against
u and
𝑡 𝐴 𝑢 + 𝑓𝐴 𝑢 ≤ 1
Thus the grade of membership of u in the vague set A is
bounded by a sub interval [tA(u), 1 − fA(u)] of [0, 1]. This
indicates that if the actual grade of membership is μ(u), then
𝑡 𝐴 𝑢 ≤ 𝑡 𝐴 𝑢
The vague set is written as
𝐴 = 𝑢, 𝑡 𝐴 𝑢 , 𝑓𝐴 𝑢 | 𝑢 ∈ 𝑈
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 7 337 – 341
_______________________________________________________________________________________________
338
IJRITCC | July 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
where the interval [tA(u), 1 − fA(u)] is called the ’vague
value’ of u in A and is denoted by VA(u).
It is worth to mention here that interval-valued fuzzy
sets (i-v fuzzy sets) [2] are not vague sets. In i-v fuzzy sets, an
interval valued membership value is assigned to each element
of the universe considering the ’evidence for u’ only, without
considering ’evidence against u’. In vague sets both are
independently proposed by the decision maker. This makes a
major difference in the judgment about the grade of
membership.
Definition 2: A vague set A of a set U is called
1- the zero vague set of U if 𝑡 𝐴 𝑢 = 0 and 𝑓𝐴 𝑢 =
1 for all 𝑢 ∈ 𝑈
2- the unit vague set of U if 𝑡 𝐴 𝑢 = 1 and 𝑓𝐴 𝑢 =
0 for all 𝑢 ∈ 𝑈
3- the 𝛼 -vague set of U if tA(u) = 𝛼 and fA(u) = 1− 𝛼 for
all u 2 U, where 𝛼 ∈ (0, 1).
Let D[0, 1] denotes the family of all closed sub-intervals of
[0, 1]. Now we define refined minimum (briefly, rmin) and
order ‖ ≤ ‖ on elements D1 = [a1, b1] and D2 = [a2, b2] of D[0,
1] as:
rmin (D1, D2) = min 𝑎1, 𝑎2 , min 𝑎1, 𝑎2
D1 ≤ D2↔ 𝑎1 ≤ 𝑎2 Λ𝑏1 ≤ 𝑏2
Similarly we can define ≥, = and rmax. Then concept
of rmin and rmax could be extended to define rinf and rsup of
infinite number of elements of D[0, 1].
It is that L = {D[0, 1], rinf, rsup, ≤} is a lattice with
universal bounds [0, 0] and [1, 1].
III. APPLICATION OF VAGUE SET THEORY IN
DIFFERENT DOMAINS
The following table 1 represents the related works done on the
different domains by using Vague Set Theory.
TABLE 1: RELATED WORKS USING VAGUE SET THEORY ON THE
DIFFERENT DOMAINS
AUTHORS PAPER
TITLE
METHODS APPLICATION
Wei, Bo, et al
[3]
Fuzzy GML
Modeling
Based on
Vague Soft
Sets
Vague Soft Set
(Vague Soft Set
GML
(Geography
Markup
Language)
Document Type
Definition
(DTD), Vague
Soft set GML )
Spatial
Information and
Geomatics
Matawale,
Chhabi Ram,
Saurav Datta,
and S. S.
Mahapatra [4]
Supplier/partn
er selection in
agile supply
chain:
Application of
vague set as a
decision
making tool
Linguistic
Variables,
degree of
similarity and
probability of
vague sets
Supplier
Selection
Decision-Making
Process
LUO Hui,
WANG
A Vague
Decision
Vague Decision
rule by Vague
Aeronautics
Youren, CUI
Jiang [5]
Method for
Analog Circuit
Fault
Diagnosis
Based on
Description
Sphere
Distance weight
Anjana Pandey
K.R.Pardasani
[6]
A Model for
Vague
Association
Rule Mining
in Temporal
Databases
Vague
Association
Rule
Temporal
Databases
Guoxin Zhang,
Yunjun Guan
[7]
An Evaluation
Model with
Effect of
Rewards and
Penalties
Based on
Vague Sets
Similarity
Principle
Organizations
Shibao Lu,
Jianhua Wang,
Haijun Bao [8]
Study on
Urban Water
Security
Evaluation
Based on the
Vague Set
Similarity
Model
Vague Set
Similarity
Principle
Energy, Water
Resources
Karan Singh,
Samajh Singh
Thakur, Mangi
Lal [9]
Vague Rough
Set
Techniques
for
Uncertainty
Processing in
Relational
Database
Model
Membership
and Non-
Membership
Values for
SQL-Like
Query
Language
Database Model
Zhigang Tang,
Dongyuan Liu
[10]
Fuzzy
Multiple
Objectives
Decision
Fusion Based
on Vague Sets
target decision
matrix,
Probability,
Objective
Decision
making
Decision Making
problems
Amit Kumar,
Shiv Prasad
Yadava, and
Surendra
Kumar [11]
Fuzzy
Reliability of
a Marine
Power Plant
Using Interval
Valued Vague
Sets
interval valued
trapezoidal
vague
Marine Power
Plant
Terrence
Shebuel
Arvind, Vivek
Badhe [12]
Incorporating
Vague Set
Theory for
Decision
Making
Process in
Association
Rule Mining
Subversive
Rules, Puissant
Rules
Software and
Web Science
Ashit Kumar
Dutta, and
Ranjit Biswas
[13]
A Study of
Vague Search
to Answer
Imprecise
Query
β-value of an
interval, vague
relation, α-
vague-equality
search, vague-
proximity
search, vague-
search, vague-
predicate,
vague-query
Database
Management
System
B. Chetia and
P. K. Das [14]
Application of
Vague Soft
Sets in
students’
evaluation
Vague soft sets
Concepts
Student’s
Evaluation
Shiheng Guan,
Anmin Wang
Dynamic
weighted
Vague
Dynamic
Decision Making
Problems
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 7 337 – 341
_______________________________________________________________________________________________
339
IJRITCC | July 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
[15] multi-criteria
fuzzy
decision-
making based
on vague sets
Weighting
Function
Musheer
Ahmad [16]
On Theory Of
Intuitionistic
Fuzzy Sets
(Or Vague
Sets)
Intuitionistic
Fuzzy Sets
(IFS) ,
Indeterministic
Part, Vague Set
Decision Making
Problems
Anjana Pandey,
K.R.Pardasani
[17]
A Model for
Mining
Course
Information
using Vague
Association
Rule
Vague
Association
Rule
Course
Information
Dr.
Hakimuddin
Khan [18]
Fuzzy Sets
Verses Vague
Sets
Intuitionistic
Fuzzy Set,
Decision Making
Problems
S. Srikrishna
[19]
Acceptance
Single
Sampling Plan
using Vague
Parameters
Triangular
Vague sets,
ambiguity
proportion
parameter
Single Sampling
Problem
Zhao Ai-wu,
Guan Hong-jun
[20]
The
Assessment
Method of
Supply Chain
Risks based
on Vague Sets
Vague sets Supply Chain
Risk Assessment
Problem
Ping Wang &
Kuo-Ming
Chao & Chi-
Chun Lo [21]
Satisfaction-
based Web
service
discovery and
selection
scheme
utilizing vague
sets theory
Dempster–
Shafer (D-S)
evidence theory
Web Service
Ranking
Problem, QoS-
aware Service
Discovery and
Selection
(QSDS) schemes
Pushpinder
Singh, Manjit
Verma, Amit
Kumar [22]
A Novel
Method for
Ranking of
Vague Sets for
Handling the
risk analysis
of Compressor
System
Ranking of
trapezoidal
vague sets,
inter-valued
fuzzy sets
Risk Analysis
Problem
Shyi-Ming
Chen [23]
Similarity
Measures
Between
Vague Sets
and Between
Elements
Similarity
Measure
Handling
Behavior
Analysis
Problems
Jingli Lu,
Xiaowei Yan,
Dingrong Yuan,
Zhangyan Xu
[24]
A New
Similarity
Measure for
Vague Sets
Similarity
Measures
between two
vague sets
Data Processing
and Analysis
Shunqi Zeng,
Zhenzhi Lin,
Fushuan Wen,
Gerard
Ledwich [25]
A new
approach for
power system
black-start
decision-
making with
vague set
theory
vague-valued
fuzzy measure
power system
black-start
decision-making
Zhang Kun,
Chen Mei-yi
and Li Zhuang
[26]
Similarity
Measure of
Vague Set
Based on
Uncertainty
similarity
measure
between Vague
values based on
Uncertainty
Data Mining
Arun Kumar
Singh and
Akhilesh
Tiwari [27]
Exploring the
Utility of
Vague
Concept for
Vague
Association
Rule
Decision Making
problems
Uncertainty
and Hesitation
Management
Sanaz
Pourdarab,
Ahmad Nadali
and Hamid
Eslami
Nosratabadi[28]
Determining
the
Knowledge
Management
Strategy Using
Vague Set
Group
Decision
Vague set
decision
making,
Possibility
Theory
Knowledge
Management
Strategy
Hui-Yu Wang,
Shyi-Ming
Chen [29]
Artificial
Intelligence
Approach to
Evaluate
Students’
Answer scripts
Based on the
Similarity
Measure
between
Vague Sets
Similarity
Measure
Assessment
Problem
Shikha Verma,
Jitender Kumar
[30]
Fuzzy
Reliability of
a Gas Power
Plant Using
Interval
valued
Trapezoidal
Vague Set
interval valued
vague sets,
interval
valued
trapezoidal
vague set
Gas Power Plant
Rajesh
Dangwal, M.K.
Sharma and
Anita[31]
A
Comparative
Study of
Health Status
Index
Using Vague
Sets and
Interval
Valued Vague
Sets
Vague Sets,
interval valued
vague sets
Human health
Problem
D. Pandey,M.
K. Sharma [32]
Vague Set
Theoretic
Approach to
Fault Tree
Analysis
Vague numbers Fault Tree
Analysis
J. Mishra, S.
Ghosh [33]
Uncertain
Query
Processing
using Vague
Set or Fuzzy
Set:
Which One Is
Better?
similarity
measures, SQL
statement
processing
uncertain queries
problems
Arun Kumar
Singh, Akhilesh
Tiwari [34]
Vague Set
Based
Association
Rule Mining
for
Profitable
Patterns
Vague
Association
Rule,
Profit pattern
mining
Prateek
Shrivastava,
Akhilesh
Tiwari [35]
On the Use of
Vague Set
Theory and
Genetic
Algorithm for
Hesitation
Information
Mining
Association
rule mining,
Genetic
Algorithm
Information
Mining
Hongxu Wang,
Fujin Zhang,
Yunsheng Xu
[36]
Evaluating
New Varieties
of Wheat with
the
Application
of Vague
Optimization
similarity
measure, Vague
optimization
Evaluating new
varieties of
wheat
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 7 337 – 341
_______________________________________________________________________________________________
340
IJRITCC | July 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Methods
Bai Hua [37] The Combined
Use of
Evidence
Theory and
Vague
Sets to
Interpret
Multimodal
Inspection
Data
ague sets/ D-S
evidence
theory, true-
membership
function and
false-
membership
function
Multimodal
inspection
problem
L.L. Shi and J.
Ye [38]
Study on Fault
Diagnosis of
Turbine Using
an Improved
Cosine
Similarity
Measure for
Vague Sets
Cosine
Similarity
Measure
Fault Diagnosis
Faxin Zhao and
Z.M. Ma [39]
Similarity
Measures of
Vague Sets
Based
on the Set-
theoretic
Approach
Similarity
measure, Set-
theoretic
approach
Information
Processing
Khaleed
Alhazaymeh
and Nasruddin
Hassan [40]
Interval-
Valued Vague
Soft Sets and
Its Application
equality, subset,
intersection,
union, AND
operation,
OR operation,
complement,
and null
decision making
and medical
diagnosis
problems
IV. CONCLUSION
The theory of vague sets has been the base for the
foundation of mathematics and so is considered as one of the
most significant branches in mathematics. The fact that any
mathematical concept can be interpreted with the help of set
theory has not only increased its versatility but has established
this theory to be the universal language of mathematics. In this
literature review paper, the vague/ interval valued vague,
Vague Association Rule, Similarity Measure were used in the
various applications for Decision Making process.
REFERENCES
[1] Legg, Catherine. "Charles Peirce's limit concept of truth."
Philosophy Compass 9.3 (2014): 204-213.
[2] Alhazaymeh, Khaleed, and Nasruddin Hassan. "Vague soft
multiset theory." International Journal of Pure and Applied
Mathematics 93.4 (2014): 511-523.
[3] Alhazaymeh, Khaleed, and Nasruddin Hassan. "Vague soft
multiset theory." International Journal of Pure and Applied
Mathematics 93.4 (2014): 511-523.
[4] Matawale, Chhabi Ram, Saurav Datta, and S. S. Mahapatra.
"Supplier/partner selection in agile supply chain: Application of
vague set as a decision making tool." Benchmarking: An
International Journal 23.4 (2016): 866-892.
[5] LUO Hui, WANG Youren, CUI Jiang, ―A Vague Decision
Method for Analog Circuit Fault Diagnosis Based on
Description Sphere‖, Chinese Journal of Aeronautics 24 (2011)
768-776.
[6] Anjana Pandey, K.R.Pardasani, ―A Model for Vague
Association Rule Mining in Temporal Databases‖, Journal of
Information and Computing Science, Vol. 8, No. 1, 2013, pp.
063-074.
[7] Anjana Pandey, K.R.Pardasani, ―A Model for Vague
Association Rule Mining in Temporal Databases‖, Journal of
Information and Computing Science, Vol. 8, No. 1, 2013, pp.
063-074.
[8] Shibao Lu, Jianhua Wang, Haijun Bao, ―Study on Urban Water
Security Evaluation Based on the Vague Set Similarity Model‖,
Energy Procedia 88 ( 2016 ) 309 – 312.
[9] Karan Singh, Samajh Singh Thakur, Mangi Lal, ―Vague Rough
Set Techniques for Uncertainty Processing in Relational
Database Model‖, INFORMATICA, 2008, Vol. 19, No. 1, 113–
134.
[10] Zhigang Tang, Dongyuan Liu, ―Fuzzy Multiple Objectives
Decision Fusion Based on Vague Sets‖, Proceedings of the 34th
Chinese Control Conference July 28-30, 2015, pp.3563-3566.
[11] Amit Kumar, Shiv Prasad Yadava, and Surendra Kumar, ―Fuzzy
Reliability of a Marine Power Plant Using Interval Valued
Vague Sets‖, International Journal of Applied Science and
Engineering, 2006. 4, 1: 71-82.
[12] Terrence Shebuel Arvind, Vivek Badhe, ― Incorporating Vague
Set Theory for Decision Making Process in Association Rule
Mining‖, International Journal of Software and Web Sciences
(IJSWS), 2015, pp.92-96.
[13] Ashit Kumar Dutta, and Ranjit Biswas, ―A Study of Vague
Search to Answer Imprecise Query‖, International Journal of
Computer Science and Network Security, VOL.9 No.5, May
2009, pp.199-205.
[14] B. Chetia and P. K. Das, ―Application of Vague Soft Sets in
students’ evaluation‖, Advances in Applied Science Research,
2011, 2 (6):418-423.
[15] B. Chetia and P. K. Das, ―Application of Vague Soft Sets in
students’ evaluation‖, Advances in Applied Science Research,
2011, 2 (6):418-423.
[16] Musheer Ahmad, ―ON THEORY OF INTUITIONISTIC
FUZZY SETS (OR VAGUE SETS)‖, International Journal of
Fuzzy Systems and Rough Systems 4(2), December 2011, pp.
113-117.
[17] Anjana Pandey, K.R.Pardasani, ―A Model for Mining Course
Information using Vague Association Rule‖, International
Journal of Computer Applications, Volume 58– No.20,
November 2012.
[18] Anjana Pandey, K.R.Pardasani, ―A Model for Mining Course
Information using Vague Association Rule‖, International
Journal of Computer Applications, Volume 58– No.20,
November 2012.
[19] Dr. Hakimuddin Khan, ―Fuzzy Sets Verses Vague Sets‖,
International Journal of Engineering and Advanced Research
Technology, Volume-2, Issue-5, May 2016, 12-14.
[20] Zhao Ai-wu, Guan Hong-jun, ―The Assessment Method of
Supply Chain Risks based on Vague Sets‖, Applied Mechanics
and Materials Vols. 20-23 (2010) pp 665-669.
[21] Ping Wang & Kuo-Ming Chao & Chi-Chun Lo, ―Satisfaction-
based Web service discovery and selection scheme utilizing
vague sets theory‖, Information Systems Frontiers, October
2015.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 7 337 – 341
_______________________________________________________________________________________________
341
IJRITCC | July 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
[22] Ping Wang & Kuo-Ming Chao & Chi-Chun Lo, ―Satisfaction-
based Web service discovery and selection scheme utilizing
vague sets theory‖, Information Systems Frontiers, October
2015.
[23] Shyi-Ming Chen, ―Similarity Measures Between Vague Sets and
Between Elements‖, IEEE TRANSACTIONS ON SYSTEMS,
MAN, AND CYBERNETICS—PART B: CYBERNETICS,
VOL. 27, NO. 1, FEBRUARY 1997
[24] Jingli Lu, Xiaowei Yan, Dingrong Yuan, Zhangyan Xu, ―A New
Similarity Measure for Vague Sets‖, IEEE Intelligent
Informatics Bulletin, November 2005 Vol.6 No.2, pp.14-18.
[25] Shunqi Zeng, Zhenzhi Lin, Fushuan Wen, Gerard Ledwich, ―A
new approach for power system black-start decision-making
with vague set theory‖, International Journal of Electrical Power
& Energy Systems, January 2012.
[26] K. Zhang, M. Y. Chen, Z. Li, "Similarity Measure of Vague Set
Based on Uncertainty", Applied Mechanics and Materials, Vols.
602-605, pp. 3850-3853, 2014.
[27] Arun Kumar Singh and Akhilesh Tiwari, ―Exploring the Utility
of Vague Concept for Uncertainty and Hesitation Management‖,
International Journal of Hybrid Information Technology, Vol.8,
No.12 (2015), pp. 153-170.
[28] Sanaz Pourdarab, Ahmad Nadali and Hamid Eslami
Nosratabadi, ―Determining the Knowledge Management
Strategy Using Vague Set Group Decision‖, International
Conference on Management and Artificial Intelligence, pp.60-
64.
[29] Wang, Hui-Yu, and Shyi-Ming Chen. "Artificial Intelligence
Approach to Evaluate Students' Answerscripts Based on the
Similarity Measure between Vague Sets." Educational
Technology & Society 10.4 (2007): 224-241.
[30] Verma, Shikha, and Jitender Kumar. "Fuzzy Reliability of a Gas
Power Plant Using Interval valued Trapezoidal Vague Set."
International Journal of Statistics and Reliability Engineering 2.2
(2016): 168-194.
[31] Rajesh Dangwal, M.K. Sharma and Anita, ―A Comparative
Study of Health Status Index Using Vague Sets and Interval
Valued Vague Sets‖, International Journal of Innovative
Research in Science, Engineering and Technology, Vol. 5, Issue
8, August 2016, pp.15024 – 15030.
[32] Pandey, D., and M. K. Sharma. "Vague Set Theoretic Approach
to Fault Tree Analysis." Journal of International Academy of
Physical Sciences 14.1 (2010).
[33] Mishra, Jaydev, and Sharmistha Ghosh. "Uncertain query
processing using vague set or fuzzy set: which one is better?."
International Journal of Computers Communications & Control
9.6 (2014): 730-740.
[34] Singh, Arun Kumar, and Akhilesh Tiwari. "Vague Set Based
Association Rule Mining for Profitable Patterns.
[35] Shrivastava, Prateek, and Akhilesh Tiwari. "On the Use of
Vague Set Theory and Genetic Algorithm for Hesitation
Information Mining.
[36] Shrivastava, Prateek, and Akhilesh Tiwari. "On the Use of
Vague Set Theory and Genetic Algorithm for Hesitation
Information Mining."
[37] Hua, Bai. "The combined use of evidence theory and vague sets
to interpret multimodal inspection data." Systems, Man and
Cybernetics, 2009. SMC 2009. IEEE International Conference
on. IEEE, 2009.
[38] L.L. Shi and J. Ye, 2013. Study on Fault Diagnosis of Turbine
Using an Improved Cosine Similarity Measure for Vague Sets.
Journal of Applied Sciences, 13: 1781-1786.
[39] Zhao, Faxin, and Z. M. Ma. "Similarity measures of vague sets
based on the set-theoretic approach." Systems, Man and
Cybernetics, 2006. SMC'06. IEEE International Conference on.
Vol. 5. IEEE, 2006.
[40] Alhazaymeh, Khaleed, and Nasruddin Hassan. "Interval-valued
vague soft sets and its application." Advances in Fuzzy Systems
2012 (2012): 15.

More Related Content

What's hot

Part1: Quest for DataScience 101
Part1: Quest for DataScience 101Part1: Quest for DataScience 101
Part1: Quest for DataScience 101Inder Singh
 
OPTIMAL PREDICTION OF THE EXPECTED VALUE OF ASSETS UNDER FRACTAL SCALING EXPO...
OPTIMAL PREDICTION OF THE EXPECTED VALUE OF ASSETS UNDER FRACTAL SCALING EXPO...OPTIMAL PREDICTION OF THE EXPECTED VALUE OF ASSETS UNDER FRACTAL SCALING EXPO...
OPTIMAL PREDICTION OF THE EXPECTED VALUE OF ASSETS UNDER FRACTAL SCALING EXPO...mathsjournal
 
New algorithm for solving mixed intuitionistic fuzzy assignment problem
New algorithm for solving mixed intuitionistic fuzzy assignment problem New algorithm for solving mixed intuitionistic fuzzy assignment problem
New algorithm for solving mixed intuitionistic fuzzy assignment problem Navodaya Institute of Technology
 
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...IJCSIS Research Publications
 
On fuzzy concepts in engineering ppt. ncce
On fuzzy concepts in engineering ppt. ncceOn fuzzy concepts in engineering ppt. ncce
On fuzzy concepts in engineering ppt. ncceSurender Singh
 
using fuzzy logic in educational measurement
using fuzzy logic in educational measurementusing fuzzy logic in educational measurement
using fuzzy logic in educational measurementSunShine9793
 
Lec 5 uncertainty
Lec 5 uncertaintyLec 5 uncertainty
Lec 5 uncertaintyEyob Sisay
 
Figure 1
Figure 1Figure 1
Figure 1butest
 
Fuzzy Logic and Neural Network
Fuzzy Logic and Neural NetworkFuzzy Logic and Neural Network
Fuzzy Logic and Neural NetworkSHIMI S L
 
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
 

What's hot (20)

Fuzzy logic1
Fuzzy logic1Fuzzy logic1
Fuzzy logic1
 
Part1: Quest for DataScience 101
Part1: Quest for DataScience 101Part1: Quest for DataScience 101
Part1: Quest for DataScience 101
 
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...
 
Lesson 30
Lesson 30Lesson 30
Lesson 30
 
OPTIMAL PREDICTION OF THE EXPECTED VALUE OF ASSETS UNDER FRACTAL SCALING EXPO...
OPTIMAL PREDICTION OF THE EXPECTED VALUE OF ASSETS UNDER FRACTAL SCALING EXPO...OPTIMAL PREDICTION OF THE EXPECTED VALUE OF ASSETS UNDER FRACTAL SCALING EXPO...
OPTIMAL PREDICTION OF THE EXPECTED VALUE OF ASSETS UNDER FRACTAL SCALING EXPO...
 
New algorithm for solving mixed intuitionistic fuzzy assignment problem
New algorithm for solving mixed intuitionistic fuzzy assignment problem New algorithm for solving mixed intuitionistic fuzzy assignment problem
New algorithm for solving mixed intuitionistic fuzzy assignment problem
 
Fb35884889
Fb35884889Fb35884889
Fb35884889
 
AI Lesson 09
AI Lesson 09AI Lesson 09
AI Lesson 09
 
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
Prediction of Changes That May Occur in the Neutral Cases in Conflict Theory ...
 
Lesson 28
Lesson 28Lesson 28
Lesson 28
 
Fuzzy logic in accounting and auditing
 Fuzzy logic in accounting and auditing Fuzzy logic in accounting and auditing
Fuzzy logic in accounting and auditing
 
On fuzzy concepts in engineering ppt. ncce
On fuzzy concepts in engineering ppt. ncceOn fuzzy concepts in engineering ppt. ncce
On fuzzy concepts in engineering ppt. ncce
 
AI Lesson 11
AI Lesson 11AI Lesson 11
AI Lesson 11
 
using fuzzy logic in educational measurement
using fuzzy logic in educational measurementusing fuzzy logic in educational measurement
using fuzzy logic in educational measurement
 
Fuzzy
FuzzyFuzzy
Fuzzy
 
Lec 5 uncertainty
Lec 5 uncertaintyLec 5 uncertainty
Lec 5 uncertainty
 
Figure 1
Figure 1Figure 1
Figure 1
 
Lesson 32
Lesson 32Lesson 32
Lesson 32
 
Fuzzy Logic and Neural Network
Fuzzy Logic and Neural NetworkFuzzy Logic and Neural Network
Fuzzy Logic and Neural Network
 
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
 

Similar to Literature Review on Vague Set Theory in Different Domains

Selection of most economical green building out of n alternatives approach ...
Selection of most economical green building out of n alternatives   approach ...Selection of most economical green building out of n alternatives   approach ...
Selection of most economical green building out of n alternatives approach ...eSAT Journals
 
The Fuzzy Logical Databases
The Fuzzy Logical DatabasesThe Fuzzy Logical Databases
The Fuzzy Logical DatabasesAlaaZ
 
Possibility Theory versus Probability Theory in Fuzzy Measure Theory
Possibility Theory versus Probability Theory in Fuzzy Measure TheoryPossibility Theory versus Probability Theory in Fuzzy Measure Theory
Possibility Theory versus Probability Theory in Fuzzy Measure TheoryIJERA Editor
 
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 APPLICATIONSijcsity
 
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 APPLICATIONSijcsity
 
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 APPLICATIONSijcsity
 
A survey on different definitions of soft points: limitations, comparisons and...
A survey on different definitions of soft points: limitations, comparisons and...A survey on different definitions of soft points: limitations, comparisons and...
A survey on different definitions of soft points: limitations, comparisons and...Journal of Fuzzy Extension and Applications
 
Types of Statistics
Types of Statistics Types of Statistics
Types of Statistics Rupak Roy
 
Improving Tools in Artificial Intelligence
Improving Tools in Artificial IntelligenceImproving Tools in Artificial Intelligence
Improving Tools in Artificial IntelligenceBogdan Patrut
 
Importance of the neutral category in fuzzy clustering of sentiments
Importance of the neutral category in fuzzy clustering of sentimentsImportance of the neutral category in fuzzy clustering of sentiments
Importance of the neutral category in fuzzy clustering of sentimentsijfls
 
11.final paper 0040www.iiste.org call-for_paper-46
11.final paper  0040www.iiste.org call-for_paper-4611.final paper  0040www.iiste.org call-for_paper-46
11.final paper 0040www.iiste.org call-for_paper-46Alexander Decker
 
APPLICATION OF VARIABLE FUZZY SETS IN THE ANALYSIS OF SYNTHETIC DISASTER DEGR...
APPLICATION OF VARIABLE FUZZY SETS IN THE ANALYSIS OF SYNTHETIC DISASTER DEGR...APPLICATION OF VARIABLE FUZZY SETS IN THE ANALYSIS OF SYNTHETIC DISASTER DEGR...
APPLICATION OF VARIABLE FUZZY SETS IN THE ANALYSIS OF SYNTHETIC DISASTER DEGR...ijfls
 
On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems ijcax
 
On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems ijcax
 
IRJET - Application of Fuzzy Logic: A Review
IRJET - Application of Fuzzy Logic: A ReviewIRJET - Application of Fuzzy Logic: A Review
IRJET - Application of Fuzzy Logic: A ReviewIRJET Journal
 

Similar to Literature Review on Vague Set Theory in Different Domains (20)

Neutrosophic soft matrices and its application in medical diagnosis
Neutrosophic soft matrices and its application in medical diagnosisNeutrosophic soft matrices and its application in medical diagnosis
Neutrosophic soft matrices and its application in medical diagnosis
 
Selection of most economical green building out of n alternatives approach ...
Selection of most economical green building out of n alternatives   approach ...Selection of most economical green building out of n alternatives   approach ...
Selection of most economical green building out of n alternatives approach ...
 
The Fuzzy Logical Databases
The Fuzzy Logical DatabasesThe Fuzzy Logical Databases
The Fuzzy Logical Databases
 
Possibility Theory versus Probability Theory in Fuzzy Measure Theory
Possibility Theory versus Probability Theory in Fuzzy Measure TheoryPossibility Theory versus Probability Theory in Fuzzy Measure Theory
Possibility Theory versus Probability Theory in Fuzzy Measure Theory
 
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
 
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
 
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
 
A survey on different definitions of soft points: limitations, comparisons and...
A survey on different definitions of soft points: limitations, comparisons and...A survey on different definitions of soft points: limitations, comparisons and...
A survey on different definitions of soft points: limitations, comparisons and...
 
Types of Statistics
Types of Statistics Types of Statistics
Types of Statistics
 
02_AJMS_382_22.pdf
02_AJMS_382_22.pdf02_AJMS_382_22.pdf
02_AJMS_382_22.pdf
 
Improving Tools in Artificial Intelligence
Improving Tools in Artificial IntelligenceImproving Tools in Artificial Intelligence
Improving Tools in Artificial Intelligence
 
Importance of the neutral category in fuzzy clustering of sentiments
Importance of the neutral category in fuzzy clustering of sentimentsImportance of the neutral category in fuzzy clustering of sentiments
Importance of the neutral category in fuzzy clustering of sentiments
 
16928_5302_1.pdf
16928_5302_1.pdf16928_5302_1.pdf
16928_5302_1.pdf
 
11.final paper 0040www.iiste.org call-for_paper-46
11.final paper  0040www.iiste.org call-for_paper-4611.final paper  0040www.iiste.org call-for_paper-46
11.final paper 0040www.iiste.org call-for_paper-46
 
APPLICATION OF VARIABLE FUZZY SETS IN THE ANALYSIS OF SYNTHETIC DISASTER DEGR...
APPLICATION OF VARIABLE FUZZY SETS IN THE ANALYSIS OF SYNTHETIC DISASTER DEGR...APPLICATION OF VARIABLE FUZZY SETS IN THE ANALYSIS OF SYNTHETIC DISASTER DEGR...
APPLICATION OF VARIABLE FUZZY SETS IN THE ANALYSIS OF SYNTHETIC DISASTER DEGR...
 
On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems
 
On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems
 
IRJET - Application of Fuzzy Logic: A Review
IRJET - Application of Fuzzy Logic: A ReviewIRJET - Application of Fuzzy Logic: A Review
IRJET - Application of Fuzzy Logic: A Review
 
Computer and fuzzy theory application: review in home appliances
Computer and fuzzy theory application: review in home appliancesComputer and fuzzy theory application: review in home appliances
Computer and fuzzy theory application: review in home appliances
 
Important terminologies
Important terminologiesImportant terminologies
Important terminologies
 

More from rahulmonikasharma

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paperrahulmonikasharma
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...rahulmonikasharma
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Frameworkrahulmonikasharma
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systemsrahulmonikasharma
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Surveyrahulmonikasharma
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETrahulmonikasharma
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formularahulmonikasharma
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...rahulmonikasharma
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pirahulmonikasharma
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...rahulmonikasharma
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticlesrahulmonikasharma
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMrahulmonikasharma
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoringrahulmonikasharma
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...rahulmonikasharma
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...rahulmonikasharma
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM Systemrahulmonikasharma
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosisrahulmonikasharma
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Techniquerahulmonikasharma
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Couplerrahulmonikasharma
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motorrahulmonikasharma
 

More from rahulmonikasharma (20)

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
 

Recently uploaded

The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 

Literature Review on Vague Set Theory in Different Domains

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 7 337 – 341 _______________________________________________________________________________________________ 337 IJRITCC | July 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Literature Review on Vague Set Theory in Different Domains P. Umasankar Assistant Professor, Department of Computer Science M.I.E.T College of Arts and Science Tiruchirappalli, India pus.msu2013@gmail.com V. Thiagarasu Associate Professor, Department of Computer Science Gobi Arts and Science College Erode, India Abstract—Problem of decision making is a crucial task in every business. This decision making job is found very difficult when it is depends on the imprecise and vague environment, which is frequent in recent years. Vague sets are an extension of Fuzzy sets. In the fuzzy sets, each object is assigned a single value in the interval [0,1] reflecting its grade of membership. This single value does not allow a separation of evidence for membership and evidence against membership. Gau et al. proposed the notion of vague sets, where each object is characterized by two different membership functions: a true membership function and a false membership function. This kind of reasoning is also called interval membership, as opposed to point membership in the context of fuzzy sets. In this paper, reviews the related works on the decision making by using vague sets in different fields. Keywords-Vague set, Fuzzy set, Application __________________________________________________*****_________________________________________________ I. INTRODUCTION Vague or fuzzy concepts are fundamental to natural language, playing a central role in communications between individuals within a shared linguistic context. In fact Russell [1] even goes so far as to claim that all natural language concepts are vague. Yet often vague concepts are either viewed as problematic because of their susceptibility to Sorities paradoxes or at least as somehow 'second rate' when compared with the more precise concepts of the physical sciences, mathematics and formal logic. This view, however, does not properly take account of the fact that vague concepts seem to be an effective means of communicating information and meaning. Sometimes more effective, in fact, than precise alternatives. Somehow, knowing that 'the robber was tall' is more useful to the police patrolling the streets, searching for suspects, than the more precise knowledge that 'the robber was exactly 1.8 metres in height'. But what is the nature of the information conveyed by fuzzy statements such as 'the robber was tall' and what makes it so useful? It is an attempt to answer this and other related questions that will be the central theme of this volume. Throughout, we shall unashamedly adopt an Artificial Intelligence perspective on vague concepts and not even attempt to resolve longstanding philosophical problems such as Sorities paradoxes. Instead, we will focus on developing an understanding of how an intelligent agent can use vague concepts to convey information and meaning as part of a general strategy for practical reasoning and decision making. Such an agent could be an artificial intelligence program or a human, but the implicit assumption is that their use of vague concepts is governed by some underlying internally consistent strategy or algorithm. For simplicity this agent will be referred to using the pronoun You. This convention is borrowed from Smets work on the Transferable Belief Model although the focus of this work is quite different. We shall immediately attempt to reduce the enormity of our task by restricting the type of vague concept to be considered. For the purposes of this volume we shall restrict our attention to concepts as identified by words such as adjectives or nouns that can be used to describe an object or instance. II. VAGUE SET THEORY In this section, we present now some preliminaries on the theory of vague sets (VS). Definition 1: A vague set A in the universe of discourse U is characterized by two membership functions given by: 1- A truth membership function 𝑡 𝐴 ∶ 𝑈 → [0,1] and 2- A False membership function 𝑓𝐴 ∶ 𝑈 → [0,1] where tA(u) is a lower bound of the grade of membership of u derived from the ’evidence for u’, and fA(u) is a lower bound of the negation of u derived from the ’evidence against u and 𝑡 𝐴 𝑢 + 𝑓𝐴 𝑢 ≤ 1 Thus the grade of membership of u in the vague set A is bounded by a sub interval [tA(u), 1 − fA(u)] of [0, 1]. This indicates that if the actual grade of membership is μ(u), then 𝑡 𝐴 𝑢 ≤ 𝑡 𝐴 𝑢 The vague set is written as 𝐴 = 𝑢, 𝑡 𝐴 𝑢 , 𝑓𝐴 𝑢 | 𝑢 ∈ 𝑈
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 7 337 – 341 _______________________________________________________________________________________________ 338 IJRITCC | July 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ where the interval [tA(u), 1 − fA(u)] is called the ’vague value’ of u in A and is denoted by VA(u). It is worth to mention here that interval-valued fuzzy sets (i-v fuzzy sets) [2] are not vague sets. In i-v fuzzy sets, an interval valued membership value is assigned to each element of the universe considering the ’evidence for u’ only, without considering ’evidence against u’. In vague sets both are independently proposed by the decision maker. This makes a major difference in the judgment about the grade of membership. Definition 2: A vague set A of a set U is called 1- the zero vague set of U if 𝑡 𝐴 𝑢 = 0 and 𝑓𝐴 𝑢 = 1 for all 𝑢 ∈ 𝑈 2- the unit vague set of U if 𝑡 𝐴 𝑢 = 1 and 𝑓𝐴 𝑢 = 0 for all 𝑢 ∈ 𝑈 3- the 𝛼 -vague set of U if tA(u) = 𝛼 and fA(u) = 1− 𝛼 for all u 2 U, where 𝛼 ∈ (0, 1). Let D[0, 1] denotes the family of all closed sub-intervals of [0, 1]. Now we define refined minimum (briefly, rmin) and order ‖ ≤ ‖ on elements D1 = [a1, b1] and D2 = [a2, b2] of D[0, 1] as: rmin (D1, D2) = min 𝑎1, 𝑎2 , min 𝑎1, 𝑎2 D1 ≤ D2↔ 𝑎1 ≤ 𝑎2 Λ𝑏1 ≤ 𝑏2 Similarly we can define ≥, = and rmax. Then concept of rmin and rmax could be extended to define rinf and rsup of infinite number of elements of D[0, 1]. It is that L = {D[0, 1], rinf, rsup, ≤} is a lattice with universal bounds [0, 0] and [1, 1]. III. APPLICATION OF VAGUE SET THEORY IN DIFFERENT DOMAINS The following table 1 represents the related works done on the different domains by using Vague Set Theory. TABLE 1: RELATED WORKS USING VAGUE SET THEORY ON THE DIFFERENT DOMAINS AUTHORS PAPER TITLE METHODS APPLICATION Wei, Bo, et al [3] Fuzzy GML Modeling Based on Vague Soft Sets Vague Soft Set (Vague Soft Set GML (Geography Markup Language) Document Type Definition (DTD), Vague Soft set GML ) Spatial Information and Geomatics Matawale, Chhabi Ram, Saurav Datta, and S. S. Mahapatra [4] Supplier/partn er selection in agile supply chain: Application of vague set as a decision making tool Linguistic Variables, degree of similarity and probability of vague sets Supplier Selection Decision-Making Process LUO Hui, WANG A Vague Decision Vague Decision rule by Vague Aeronautics Youren, CUI Jiang [5] Method for Analog Circuit Fault Diagnosis Based on Description Sphere Distance weight Anjana Pandey K.R.Pardasani [6] A Model for Vague Association Rule Mining in Temporal Databases Vague Association Rule Temporal Databases Guoxin Zhang, Yunjun Guan [7] An Evaluation Model with Effect of Rewards and Penalties Based on Vague Sets Similarity Principle Organizations Shibao Lu, Jianhua Wang, Haijun Bao [8] Study on Urban Water Security Evaluation Based on the Vague Set Similarity Model Vague Set Similarity Principle Energy, Water Resources Karan Singh, Samajh Singh Thakur, Mangi Lal [9] Vague Rough Set Techniques for Uncertainty Processing in Relational Database Model Membership and Non- Membership Values for SQL-Like Query Language Database Model Zhigang Tang, Dongyuan Liu [10] Fuzzy Multiple Objectives Decision Fusion Based on Vague Sets target decision matrix, Probability, Objective Decision making Decision Making problems Amit Kumar, Shiv Prasad Yadava, and Surendra Kumar [11] Fuzzy Reliability of a Marine Power Plant Using Interval Valued Vague Sets interval valued trapezoidal vague Marine Power Plant Terrence Shebuel Arvind, Vivek Badhe [12] Incorporating Vague Set Theory for Decision Making Process in Association Rule Mining Subversive Rules, Puissant Rules Software and Web Science Ashit Kumar Dutta, and Ranjit Biswas [13] A Study of Vague Search to Answer Imprecise Query β-value of an interval, vague relation, α- vague-equality search, vague- proximity search, vague- search, vague- predicate, vague-query Database Management System B. Chetia and P. K. Das [14] Application of Vague Soft Sets in students’ evaluation Vague soft sets Concepts Student’s Evaluation Shiheng Guan, Anmin Wang Dynamic weighted Vague Dynamic Decision Making Problems
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 7 337 – 341 _______________________________________________________________________________________________ 339 IJRITCC | July 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ [15] multi-criteria fuzzy decision- making based on vague sets Weighting Function Musheer Ahmad [16] On Theory Of Intuitionistic Fuzzy Sets (Or Vague Sets) Intuitionistic Fuzzy Sets (IFS) , Indeterministic Part, Vague Set Decision Making Problems Anjana Pandey, K.R.Pardasani [17] A Model for Mining Course Information using Vague Association Rule Vague Association Rule Course Information Dr. Hakimuddin Khan [18] Fuzzy Sets Verses Vague Sets Intuitionistic Fuzzy Set, Decision Making Problems S. Srikrishna [19] Acceptance Single Sampling Plan using Vague Parameters Triangular Vague sets, ambiguity proportion parameter Single Sampling Problem Zhao Ai-wu, Guan Hong-jun [20] The Assessment Method of Supply Chain Risks based on Vague Sets Vague sets Supply Chain Risk Assessment Problem Ping Wang & Kuo-Ming Chao & Chi- Chun Lo [21] Satisfaction- based Web service discovery and selection scheme utilizing vague sets theory Dempster– Shafer (D-S) evidence theory Web Service Ranking Problem, QoS- aware Service Discovery and Selection (QSDS) schemes Pushpinder Singh, Manjit Verma, Amit Kumar [22] A Novel Method for Ranking of Vague Sets for Handling the risk analysis of Compressor System Ranking of trapezoidal vague sets, inter-valued fuzzy sets Risk Analysis Problem Shyi-Ming Chen [23] Similarity Measures Between Vague Sets and Between Elements Similarity Measure Handling Behavior Analysis Problems Jingli Lu, Xiaowei Yan, Dingrong Yuan, Zhangyan Xu [24] A New Similarity Measure for Vague Sets Similarity Measures between two vague sets Data Processing and Analysis Shunqi Zeng, Zhenzhi Lin, Fushuan Wen, Gerard Ledwich [25] A new approach for power system black-start decision- making with vague set theory vague-valued fuzzy measure power system black-start decision-making Zhang Kun, Chen Mei-yi and Li Zhuang [26] Similarity Measure of Vague Set Based on Uncertainty similarity measure between Vague values based on Uncertainty Data Mining Arun Kumar Singh and Akhilesh Tiwari [27] Exploring the Utility of Vague Concept for Vague Association Rule Decision Making problems Uncertainty and Hesitation Management Sanaz Pourdarab, Ahmad Nadali and Hamid Eslami Nosratabadi[28] Determining the Knowledge Management Strategy Using Vague Set Group Decision Vague set decision making, Possibility Theory Knowledge Management Strategy Hui-Yu Wang, Shyi-Ming Chen [29] Artificial Intelligence Approach to Evaluate Students’ Answer scripts Based on the Similarity Measure between Vague Sets Similarity Measure Assessment Problem Shikha Verma, Jitender Kumar [30] Fuzzy Reliability of a Gas Power Plant Using Interval valued Trapezoidal Vague Set interval valued vague sets, interval valued trapezoidal vague set Gas Power Plant Rajesh Dangwal, M.K. Sharma and Anita[31] A Comparative Study of Health Status Index Using Vague Sets and Interval Valued Vague Sets Vague Sets, interval valued vague sets Human health Problem D. Pandey,M. K. Sharma [32] Vague Set Theoretic Approach to Fault Tree Analysis Vague numbers Fault Tree Analysis J. Mishra, S. Ghosh [33] Uncertain Query Processing using Vague Set or Fuzzy Set: Which One Is Better? similarity measures, SQL statement processing uncertain queries problems Arun Kumar Singh, Akhilesh Tiwari [34] Vague Set Based Association Rule Mining for Profitable Patterns Vague Association Rule, Profit pattern mining Prateek Shrivastava, Akhilesh Tiwari [35] On the Use of Vague Set Theory and Genetic Algorithm for Hesitation Information Mining Association rule mining, Genetic Algorithm Information Mining Hongxu Wang, Fujin Zhang, Yunsheng Xu [36] Evaluating New Varieties of Wheat with the Application of Vague Optimization similarity measure, Vague optimization Evaluating new varieties of wheat
  • 4. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 7 337 – 341 _______________________________________________________________________________________________ 340 IJRITCC | July 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Methods Bai Hua [37] The Combined Use of Evidence Theory and Vague Sets to Interpret Multimodal Inspection Data ague sets/ D-S evidence theory, true- membership function and false- membership function Multimodal inspection problem L.L. Shi and J. Ye [38] Study on Fault Diagnosis of Turbine Using an Improved Cosine Similarity Measure for Vague Sets Cosine Similarity Measure Fault Diagnosis Faxin Zhao and Z.M. Ma [39] Similarity Measures of Vague Sets Based on the Set- theoretic Approach Similarity measure, Set- theoretic approach Information Processing Khaleed Alhazaymeh and Nasruddin Hassan [40] Interval- Valued Vague Soft Sets and Its Application equality, subset, intersection, union, AND operation, OR operation, complement, and null decision making and medical diagnosis problems IV. CONCLUSION The theory of vague sets has been the base for the foundation of mathematics and so is considered as one of the most significant branches in mathematics. The fact that any mathematical concept can be interpreted with the help of set theory has not only increased its versatility but has established this theory to be the universal language of mathematics. In this literature review paper, the vague/ interval valued vague, Vague Association Rule, Similarity Measure were used in the various applications for Decision Making process. REFERENCES [1] Legg, Catherine. "Charles Peirce's limit concept of truth." Philosophy Compass 9.3 (2014): 204-213. [2] Alhazaymeh, Khaleed, and Nasruddin Hassan. "Vague soft multiset theory." International Journal of Pure and Applied Mathematics 93.4 (2014): 511-523. [3] Alhazaymeh, Khaleed, and Nasruddin Hassan. "Vague soft multiset theory." International Journal of Pure and Applied Mathematics 93.4 (2014): 511-523. [4] Matawale, Chhabi Ram, Saurav Datta, and S. S. Mahapatra. "Supplier/partner selection in agile supply chain: Application of vague set as a decision making tool." Benchmarking: An International Journal 23.4 (2016): 866-892. [5] LUO Hui, WANG Youren, CUI Jiang, ―A Vague Decision Method for Analog Circuit Fault Diagnosis Based on Description Sphere‖, Chinese Journal of Aeronautics 24 (2011) 768-776. [6] Anjana Pandey, K.R.Pardasani, ―A Model for Vague Association Rule Mining in Temporal Databases‖, Journal of Information and Computing Science, Vol. 8, No. 1, 2013, pp. 063-074. [7] Anjana Pandey, K.R.Pardasani, ―A Model for Vague Association Rule Mining in Temporal Databases‖, Journal of Information and Computing Science, Vol. 8, No. 1, 2013, pp. 063-074. [8] Shibao Lu, Jianhua Wang, Haijun Bao, ―Study on Urban Water Security Evaluation Based on the Vague Set Similarity Model‖, Energy Procedia 88 ( 2016 ) 309 – 312. [9] Karan Singh, Samajh Singh Thakur, Mangi Lal, ―Vague Rough Set Techniques for Uncertainty Processing in Relational Database Model‖, INFORMATICA, 2008, Vol. 19, No. 1, 113– 134. [10] Zhigang Tang, Dongyuan Liu, ―Fuzzy Multiple Objectives Decision Fusion Based on Vague Sets‖, Proceedings of the 34th Chinese Control Conference July 28-30, 2015, pp.3563-3566. [11] Amit Kumar, Shiv Prasad Yadava, and Surendra Kumar, ―Fuzzy Reliability of a Marine Power Plant Using Interval Valued Vague Sets‖, International Journal of Applied Science and Engineering, 2006. 4, 1: 71-82. [12] Terrence Shebuel Arvind, Vivek Badhe, ― Incorporating Vague Set Theory for Decision Making Process in Association Rule Mining‖, International Journal of Software and Web Sciences (IJSWS), 2015, pp.92-96. [13] Ashit Kumar Dutta, and Ranjit Biswas, ―A Study of Vague Search to Answer Imprecise Query‖, International Journal of Computer Science and Network Security, VOL.9 No.5, May 2009, pp.199-205. [14] B. Chetia and P. K. Das, ―Application of Vague Soft Sets in students’ evaluation‖, Advances in Applied Science Research, 2011, 2 (6):418-423. [15] B. Chetia and P. K. Das, ―Application of Vague Soft Sets in students’ evaluation‖, Advances in Applied Science Research, 2011, 2 (6):418-423. [16] Musheer Ahmad, ―ON THEORY OF INTUITIONISTIC FUZZY SETS (OR VAGUE SETS)‖, International Journal of Fuzzy Systems and Rough Systems 4(2), December 2011, pp. 113-117. [17] Anjana Pandey, K.R.Pardasani, ―A Model for Mining Course Information using Vague Association Rule‖, International Journal of Computer Applications, Volume 58– No.20, November 2012. [18] Anjana Pandey, K.R.Pardasani, ―A Model for Mining Course Information using Vague Association Rule‖, International Journal of Computer Applications, Volume 58– No.20, November 2012. [19] Dr. Hakimuddin Khan, ―Fuzzy Sets Verses Vague Sets‖, International Journal of Engineering and Advanced Research Technology, Volume-2, Issue-5, May 2016, 12-14. [20] Zhao Ai-wu, Guan Hong-jun, ―The Assessment Method of Supply Chain Risks based on Vague Sets‖, Applied Mechanics and Materials Vols. 20-23 (2010) pp 665-669. [21] Ping Wang & Kuo-Ming Chao & Chi-Chun Lo, ―Satisfaction- based Web service discovery and selection scheme utilizing vague sets theory‖, Information Systems Frontiers, October 2015.
  • 5. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 7 337 – 341 _______________________________________________________________________________________________ 341 IJRITCC | July 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ [22] Ping Wang & Kuo-Ming Chao & Chi-Chun Lo, ―Satisfaction- based Web service discovery and selection scheme utilizing vague sets theory‖, Information Systems Frontiers, October 2015. [23] Shyi-Ming Chen, ―Similarity Measures Between Vague Sets and Between Elements‖, IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS—PART B: CYBERNETICS, VOL. 27, NO. 1, FEBRUARY 1997 [24] Jingli Lu, Xiaowei Yan, Dingrong Yuan, Zhangyan Xu, ―A New Similarity Measure for Vague Sets‖, IEEE Intelligent Informatics Bulletin, November 2005 Vol.6 No.2, pp.14-18. [25] Shunqi Zeng, Zhenzhi Lin, Fushuan Wen, Gerard Ledwich, ―A new approach for power system black-start decision-making with vague set theory‖, International Journal of Electrical Power & Energy Systems, January 2012. [26] K. Zhang, M. Y. Chen, Z. Li, "Similarity Measure of Vague Set Based on Uncertainty", Applied Mechanics and Materials, Vols. 602-605, pp. 3850-3853, 2014. [27] Arun Kumar Singh and Akhilesh Tiwari, ―Exploring the Utility of Vague Concept for Uncertainty and Hesitation Management‖, International Journal of Hybrid Information Technology, Vol.8, No.12 (2015), pp. 153-170. [28] Sanaz Pourdarab, Ahmad Nadali and Hamid Eslami Nosratabadi, ―Determining the Knowledge Management Strategy Using Vague Set Group Decision‖, International Conference on Management and Artificial Intelligence, pp.60- 64. [29] Wang, Hui-Yu, and Shyi-Ming Chen. "Artificial Intelligence Approach to Evaluate Students' Answerscripts Based on the Similarity Measure between Vague Sets." Educational Technology & Society 10.4 (2007): 224-241. [30] Verma, Shikha, and Jitender Kumar. "Fuzzy Reliability of a Gas Power Plant Using Interval valued Trapezoidal Vague Set." International Journal of Statistics and Reliability Engineering 2.2 (2016): 168-194. [31] Rajesh Dangwal, M.K. Sharma and Anita, ―A Comparative Study of Health Status Index Using Vague Sets and Interval Valued Vague Sets‖, International Journal of Innovative Research in Science, Engineering and Technology, Vol. 5, Issue 8, August 2016, pp.15024 – 15030. [32] Pandey, D., and M. K. Sharma. "Vague Set Theoretic Approach to Fault Tree Analysis." Journal of International Academy of Physical Sciences 14.1 (2010). [33] Mishra, Jaydev, and Sharmistha Ghosh. "Uncertain query processing using vague set or fuzzy set: which one is better?." International Journal of Computers Communications & Control 9.6 (2014): 730-740. [34] Singh, Arun Kumar, and Akhilesh Tiwari. "Vague Set Based Association Rule Mining for Profitable Patterns. [35] Shrivastava, Prateek, and Akhilesh Tiwari. "On the Use of Vague Set Theory and Genetic Algorithm for Hesitation Information Mining. [36] Shrivastava, Prateek, and Akhilesh Tiwari. "On the Use of Vague Set Theory and Genetic Algorithm for Hesitation Information Mining." [37] Hua, Bai. "The combined use of evidence theory and vague sets to interpret multimodal inspection data." Systems, Man and Cybernetics, 2009. SMC 2009. IEEE International Conference on. IEEE, 2009. [38] L.L. Shi and J. Ye, 2013. Study on Fault Diagnosis of Turbine Using an Improved Cosine Similarity Measure for Vague Sets. Journal of Applied Sciences, 13: 1781-1786. [39] Zhao, Faxin, and Z. M. Ma. "Similarity measures of vague sets based on the set-theoretic approach." Systems, Man and Cybernetics, 2006. SMC'06. IEEE International Conference on. Vol. 5. IEEE, 2006. [40] Alhazaymeh, Khaleed, and Nasruddin Hassan. "Interval-valued vague soft sets and its application." Advances in Fuzzy Systems 2012 (2012): 15.