Rough Set Theory Fundamental Assumption Approximation Space Information Systems Decision Tables (Data Tables)

Size: px
Start display at page:

Download "Rough Set Theory Fundamental Assumption Approximation Space Information Systems Decision Tables (Data Tables)"

Transcription

1 Rough Set Theory Fundamental Assumption Objects from the domain are perceived only through the values of attributes that can be evaluated on these objects. Objects with the same information are indiscernible. Classification of objects is based on the accessible information about them, not on objects themselves. Approximation Space An approximation space is a pair (U, R) where U is a nonempty finite set called the universe and R is an equivalence relation defined on U. Information Systems An information system is a pair S = (U, A), where U is a nonempty finite set called the universe and A is a nonempty finite set of attributes, i.e., a: U V a for a A, where V a is called the domain of a. Decision Tables (Data Tables) A decision table is a special case of information systems, S = (U, A {d}), where attributes in A are called condition attributes and d is a designated attribute called the decision attribute. 1

2 Example of Decision Tables. STUDENT CATEGORY MAJOR BIRTH_PLACE GPA 1 M.A. history Akron junior math Detroit junior literature Detroit M.S. physics Ottawa Ph.D. math Chicago sophomore chemistry Akron senior computing Cleveland Ph.D. biology Houston sophomore music Cleveland Ph.D. computing Akron M.S. statistics Louisville freshman literature Toronto 3.9 Table 1. A decision table of students represented by Category, Major, Birth_Place, and GPA. Generalized Decision Tables Conceptual Generalization (Hierarchy): 1. Category: graduate, undergraduate 2. Major: art and science 3. Birth_Place: states 4. Gpa: Excellent: gpa >= 3.5, Good: 3.5 > gpa >=3.0, Average: 3.0 > gpa >= 2.5 STUDENT CATEGORY MAJOR BIRTH_PLAC GPA E 1 graduate art Ohio excellent 2 undergraduate science Michigan excellent 3 undergraduate art Michigan average 4 graduate science Ontario excellent 5 graduate science Illinois good 6 undergraduate science Ohio average 7 undergraduate science Ohio excellent 8 graduate science Texas good 9 undergraduate art Ohio average 10 graduate science Ohio excellent 11 graduate science Kentucky good 12 undergraduate art Ontario excellent Table 2. A generalized decision table from Table 1. 2

3 Observations: If we select GPA as the decision attribute and Category, Major, and Birth_Place as condition attributes, then Student 6 and 7 are inconsistent. Conceptual Generalization: Denote implicit information in data tables Denote a user s view or interest, usually it is dynamic in nature Results of quantization on data Approximations of Sets. Let S = (U, R) be an approximation space and X be a subset of U. The lower approximation of X by R in S is defined as RX = { e U [e] X} and The upper approximation of X by R in S is defined as R X = { e U [e] X }, where [e] denotes the equivalence class containing e. A subset X of U is said to be R-definable in S if and only if RX = R X. The boundary set BN R (X) is defined as R X RX. Rough Sets. The pair (RX, R X) defines a rough set in S, which is a family of subsets of U with the same lower and upper approximations as RX and R X. 3

4 Dempster-Shafer Theory (Evidence Theory, Belief Function Theory) Frame of Discernment Θ: A finite nonempty set. Basic Probability Assignment (bpa) on Θ is any function m: 2 Θ [0, 1] such that (1) for all X Θ, 0 <= m(x) <= 1 (2) m( ) = 0 (3) m ( X ) = 1 X Θ Let X Θ. For a given bpa function m two functions are defined. Belief function Bel: 2 Θ [0, 1] such that Bel(X) = m ( Y ) Y X Plausibility function Pl: 2 Θ [0, 1] such that Pl(X) = m ( Y ) Y X φ 4

5 U A B C E F D δ A {1} {1, 2, 3} {2} {1, 3} {2} {1, 3} {3} {1, 2} {3} {1} {1, 2, 3} {1, 2} {2, 3} {2, 3} {1, 2} {2, 3} {3} {2} {2} {1, 2, 3} {2, 3} {1} {1, 2, 3} {1, 2} {1, 2, 3} {1, 2, 3} {1, 2, 3} {3} The column δ A is derived by using attributes A, B, C, E, and F as condition attributes and attribute D as the decision attribute. Let Θ = {1, 2, 3}. Then, the following is a bpa. X {1} {2} {3} {1, 2} {1, 3} {2, 3} {1, 2, 3} m(x) 3/28 1/7 1/7 1/7 1/14 1/7 1/4 5

6 Example: U a b c e f d Condition Attributes: {a, b, c, e, f} Decision Attribute: {d} Equivalence Classes: elementary sets [1] = {1, 10} [2] = {2, 11, 20, 23} [3] = {3, 5} [4] = {4, 6} [7] = {7, 9, 17} [8] = {8, 12} [13] = {13, 16} U a b c e f d [14] = {14, 21} [15] = {15, 24} [18] = {18, 19} [22] = {22} [25] = {25, 26, 27} [28] = {28} CLASS S (d) = {X 1, X 2, X 3 }, where X 1 = [1, 2, 4, 8, 10, 15, 22, 25] X 2 = [3, 5, 11, 12, 16, 18, 19, 21, 23, 24, 27], and X 3 = [6, 7, 9, 13, 14, 17, 20, 26, 28] AX 1 = [1] [22] = {1, 10, 22} AX 2 = [3] [18] = {3, 5, 18, 19} AX 3 = [7] [28] = {7, 9, 17, 28} A X 1. = AX 1 [2] [4] [8] [15] [25] = {1, 2, 4, 6, 8, 10, 11, 12, 15, 20, 22, 23, 24, 25, 26, 27} A X 2. = AX 2 [2] [8] [13] [14] [15] [25] = {2, 3, 5, 8, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 23, 24, 25, 26, 27} A X 3. = AX 3 [2] [4] [13] [14] [25] = {2, 4, 6, 7, 9, 11, 13, 14, 16, 17, 20, 21, 23, 25, 26, 27, 28} BN A (X 1 ) = A X 1. - AX 1 = {2, 4, 6, 8, 11, 12, 15, 20, 23, 24, 25, 26, 27} 6

7 Quality of Approximations. Quality of lower approximation: Quality of upper approximation: Example. γ γ A A AX ( X ) = U AX ( X ) = U γ A (X 1 ) = 28 3 γ A (X 2 ) = 7 1 γ A (X 3 ) = 7 1 γ A (X 1 ) = γ (X 2 ) = A γ (X 3 ) = A 28 Quality of approximations can be used to characterize dependencies of attributes. 7

8 Fuzzy Sets and Rough Sets Let U be a domain of objects. A fuzzy set X defined on U is characterized by a membership function µ X : µ X : U [0, 1] Let A and B be two fuzzy sets. µ A B = min(µ A, µ B ) µ A B = max(µ A, µ B ) Rough Membership Function Let S = (U, R) be an approximation space and X be a subset of U. Define µ X (e) = 1 if e in RX 1/2 if e in BN R (X) 0 if e in R X where X is the complement of X. Then, the rough membership function cannot be extended to the fuzzy union and intersection of sets. Remarks: In general, R(X Y) RX RY and R (X Y) R X R Y. The rough membership function will reduce to fuzzy set when R(X Y) = RX RY and R (X Y) = R X R Y 8

9 Rough Set Approach to Machine Learning LERS32: Inconsistent Example: 6 Inconsistent Example: 11 Inconsistent Example: 12 Inconsistent Example: 16 Inconsistent Example: 20 Inconsistent Example: 21 Inconsistent Example: 23 Inconsistent Example: 24 Inconsistent Example: 26 Inconsistent Example: 27 Certain Rules for Class # 1: (a = 0) (c = 1) (f = 0) ===> (class 1) (a = 0) (c = 1) (e = 0) ===> (class 1) Possible Rules for Class # 1: (c = 1) (b = 0) ===> (class 1) (c = 1) (f = 1) ===> (class 1) (a = 1) (e = 0) (f = 0) ===> (class 1) (b = 0) (a = 1) ===> (class 1) Certain Rules for Class # 2: (f = 0) (c = 0) ===> (class 2) Possible Rules for Class # 2: (f = 0) (c = 0) ===> (class 2) (b = 1) (e = 0) ===> (class 2) (f = 1) (b = 1) ===> (class 2) (c = 1) (b = 0) (e = 1) ===> (class 2) (c = 1) (b = 0) (a = 1) ===> (class 2) Certain Rules for Class # 3: (e = 1) (a = 0) (c = 0) ===> (class 3) (e = 1) (f = 0) ===> (class 3) Possible Rules for Class # 3: (e = 1) (c = 0) ===> (class 3) (a = 1) (f = 0) ===> (class 3) (a = 1) (e = 0) ===> (class 3) 9

10

Fuzzy Systems. Possibility Theory.

Fuzzy Systems. Possibility Theory. Fuzzy Systems Possibility Theory Rudolf Kruse Christian Moewes {kruse,cmoewes}@iws.cs.uni-magdeburg.de Otto-von-Guericke University of Magdeburg Faculty of Computer Science Department of Knowledge Processing

More information

On rule acquisition in incomplete multi-scale decision tables

On rule acquisition in incomplete multi-scale decision tables *Manuscript (including abstract) Click here to view linked References On rule acquisition in incomplete multi-scale decision tables Wei-Zhi Wu a,b,, Yuhua Qian c, Tong-Jun Li a,b, Shen-Ming Gu a,b a School

More information

The Semi-Pascal Triangle of Maximum Deng Entropy

The Semi-Pascal Triangle of Maximum Deng Entropy The Semi-Pascal Triangle of Maximum Deng Entropy Xiaozhuan Gao a, Yong Deng a, a Institute of Fundamental and Frontier Science, University of Electronic Science and Technology of China, Chengdu, 610054,

More information

Entropy and Specificity in a Mathematical Theory of Evidence

Entropy and Specificity in a Mathematical Theory of Evidence Entropy and Specificity in a Mathematical Theory of Evidence Ronald R. Yager Abstract. We review Shafer s theory of evidence. We then introduce the concepts of entropy and specificity in the framework

More information

Solve the system of equations. 1) 1) SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

Solve the system of equations. 1) 1) SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Assignment Ch Name Solve the system of equations. ) ) x y z = - x - y z = x y z = x = -, y = -, z = ; (-, -, ) x =, y = -, z = -; (, -, -) x = -, y =, z = -; (-,, -) inconsistent ) The perimeter of a parking

More information

Earth Sciences at the University of Windsor.

Earth Sciences at the University of Windsor. Earth Sciences at the University of Windsor http://www.uwindsor.ca/earth Earth Sciences is:! Geology! Physical Geography! The Environment Our Degree Programs! B.Sc. Geology*! B.Sc. Environmental Geoscience*!

More information

A Class of DSm Conditioning Rules 1

A Class of DSm Conditioning Rules 1 Class of DSm Conditioning Rules 1 Florentin Smarandache, Mark lford ir Force Research Laboratory, RIE, 525 Brooks Rd., Rome, NY 13441-4505, US bstract: In this paper we introduce two new DSm fusion conditioning

More information

FIFTEENTH DAY ENROLLMENT STATISTICS

FIFTEENTH DAY ENROLLMENT STATISTICS FIFTEENTH DAY ENROLLMENT STATISTICS East Liverpool Campus Summer I&II 10 1 1. Summary This report provides a statistical analysis of the East Liverpool Campus enrollment for the Summer I&II 10 Term. The

More information

Multicomponent DS Fusion Approach for Waveform EKG Detection

Multicomponent DS Fusion Approach for Waveform EKG Detection Multicomponent DS Fusion Approach for Waveform EKG Detection Nicholas Napoli University of Virginia njn5fg@virginia.edu August 10, 2013 Nicholas Napoli (UVa) Multicomponent EKG Fusion August 10, 2013 1

More information

On the Relation of Probability, Fuzziness, Rough and Evidence Theory

On the Relation of Probability, Fuzziness, Rough and Evidence Theory On the Relation of Probability, Fuzziness, Rough and Evidence Theory Rolly Intan Petra Christian University Department of Informatics Engineering Surabaya, Indonesia rintan@petra.ac.id Abstract. Since

More information

Department of Chemistry Bachelor of Science in Chemistry (Biochemistry and Biomedical Sciences) Major Code: 0025

Department of Chemistry Bachelor of Science in Chemistry (Biochemistry and Biomedical Sciences) Major Code: 0025 Department of Chemistry Bachelor of Science in Chemistry (Biochemistry and Biomedical Sciences) Major Code: 0025 Curriculum Guide Course CR Course CR Freshman Year: First Semester Freshman Year: Second

More information

FUZZY PARTITIONS II: BELIEF FUNCTIONS A Probabilistic View T. Y. Lin

FUZZY PARTITIONS II: BELIEF FUNCTIONS A Probabilistic View T. Y. Lin FUZZY PARTITIONS II: BELIEF FUNCTIONS A Probabilistic View T. Y. Lin Department of Mathematics and Computer Science, San Jose State University, San Jose, California 95192, USA tylin@cs.sjsu.edu 1 Introduction

More information

ROUGH NEUTROSOPHIC SETS. Said Broumi. Florentin Smarandache. Mamoni Dhar. 1. Introduction

ROUGH NEUTROSOPHIC SETS. Said Broumi. Florentin Smarandache. Mamoni Dhar. 1. Introduction italian journal of pure and applied mathematics n. 32 2014 (493 502) 493 ROUGH NEUTROSOPHIC SETS Said Broumi Faculty of Arts and Humanities Hay El Baraka Ben M sik Casablanca B.P. 7951 Hassan II University

More information

Learning Rules from Very Large Databases Using Rough Multisets

Learning Rules from Very Large Databases Using Rough Multisets Learning Rules from Very Large Databases Using Rough Multisets Chien-Chung Chan Department of Computer Science University of Akron Akron, OH 44325-4003 chan@cs.uakron.edu Abstract. This paper presents

More information

Dr. Abdulla Eid. Section 4.2 Subspaces. Dr. Abdulla Eid. MATHS 211: Linear Algebra. College of Science

Dr. Abdulla Eid. Section 4.2 Subspaces. Dr. Abdulla Eid. MATHS 211: Linear Algebra. College of Science Section 4.2 Subspaces College of Science MATHS 211: Linear Algebra (University of Bahrain) Subspaces 1 / 42 Goal: 1 Define subspaces. 2 Subspace test. 3 Linear Combination of elements. 4 Subspace generated

More information

Contradiction Measures and Specificity Degrees of Basic Belief Assignments

Contradiction Measures and Specificity Degrees of Basic Belief Assignments Contradiction Measures and Specificity Degrees of Basic Belief Assignments Florentin Smarandache Arnaud Martin Christophe Osswald Originally published as: Smarandache F., Martin A., Osswald C - Contradiction

More information

An Introduction to Fuzzy Soft Graph

An Introduction to Fuzzy Soft Graph Mathematica Moravica Vol. 19-2 (2015), 35 48 An Introduction to Fuzzy Soft Graph Sumit Mohinta and T.K. Samanta Abstract. The notions of fuzzy soft graph, union, intersection of two fuzzy soft graphs are

More information

Rough Sets, Rough Relations and Rough Functions. Zdzislaw Pawlak. Warsaw University of Technology. ul. Nowowiejska 15/19, Warsaw, Poland.

Rough Sets, Rough Relations and Rough Functions. Zdzislaw Pawlak. Warsaw University of Technology. ul. Nowowiejska 15/19, Warsaw, Poland. Rough Sets, Rough Relations and Rough Functions Zdzislaw Pawlak Institute of Computer Science Warsaw University of Technology ul. Nowowiejska 15/19, 00 665 Warsaw, Poland and Institute of Theoretical and

More information

FIFTEENTH DAY ENROLLMENT STATISTICS

FIFTEENTH DAY ENROLLMENT STATISTICS FIFTEENTH DAY ENROLLMENT STATISTICS Trumbull Campus Summer I&II 11 1 1. Summary This report provides a statistical analysis of the Trumbull Campus enrollment for the Summer I&II 11 Term. The Trumbull Campus

More information

Rough Sets and Conflict Analysis

Rough Sets and Conflict Analysis Rough Sets and Conflict Analysis Zdzis law Pawlak and Andrzej Skowron 1 Institute of Mathematics, Warsaw University Banacha 2, 02-097 Warsaw, Poland skowron@mimuw.edu.pl Commemorating the life and work

More information

Belief Classification Approach based on Dynamic Core for Web Mining database

Belief Classification Approach based on Dynamic Core for Web Mining database Third international workshop on Rough Set Theory RST 11 Milano, Italy September 14 16, 2010 Belief Classification Approach based on Dynamic Core for Web Mining database Salsabil Trabelsi Zied Elouedi Larodec,

More information

Operations on level graphs of bipolar fuzzy graphs

Operations on level graphs of bipolar fuzzy graphs BULETINUL ACADEMIEI DE ŞTIINŢE A REPUBLICII MOLDOVA. MATEMATICA Number 2(81), 2016, Pages 107 124 ISSN 1024 7696 Operations on level graphs of bipolar fuzzy graphs Wieslaw A. Dudek, Ali A. Talebi Abstract.

More information

Neutrosophic Masses & Indeterminate Models.

Neutrosophic Masses & Indeterminate Models. Neutrosophic Masses & Indeterminate Models. Applications to Information Fusion Florentin Smarandache Mathematics Department The University of New Mexico 705 Gurley Ave., Gallup, NM 8730, USA E-mail: smarand@unm.edu

More information

Andrzej Skowron, Zbigniew Suraj (Eds.) To the Memory of Professor Zdzisław Pawlak

Andrzej Skowron, Zbigniew Suraj (Eds.) To the Memory of Professor Zdzisław Pawlak Andrzej Skowron, Zbigniew Suraj (Eds.) ROUGH SETS AND INTELLIGENT SYSTEMS To the Memory of Professor Zdzisław Pawlak Vol. 1 SPIN Springer s internal project number, if known Springer Berlin Heidelberg

More information

Feature Selection with Fuzzy Decision Reducts

Feature Selection with Fuzzy Decision Reducts Feature Selection with Fuzzy Decision Reducts Chris Cornelis 1, Germán Hurtado Martín 1,2, Richard Jensen 3, and Dominik Ślȩzak4 1 Dept. of Mathematics and Computer Science, Ghent University, Gent, Belgium

More information

Benchmark Test : Algebra 1. Class/Grade. Benchmark: MA.912.A.4.1. Which of the following expressions is equivalent to (6x 3 y 6 ) 2?

Benchmark Test : Algebra 1. Class/Grade. Benchmark: MA.912.A.4.1. Which of the following expressions is equivalent to (6x 3 y 6 ) 2? Name lass/grade Date 1 enchmark: M.912..4.1 Which of the following expressions is equivalent to (6x 3 y 6 ) 2? 6x 6 y 12 12x 6 y 12 36x 5 y 8 D 36x 6 y 12 1999-2011 Progress Testing Page 1 2 enchmark:

More information

The internal conflict of a belief function

The internal conflict of a belief function The internal conflict of a belief function Johan Schubert 1 Abstract In this paper we define and derive an internal conflict of a belief function We decompose the belief function in question into a set

More information

Hierarchical Proportional Redistribution Principle for Uncertainty Reduction and BBA Approximation

Hierarchical Proportional Redistribution Principle for Uncertainty Reduction and BBA Approximation Hierarchical Proportional Redistribution Principle for Uncertainty Reduction and BBA Approximation Jean Dezert Deqiang Han Zhun-ga Liu Jean-Marc Tacnet Abstract Dempster-Shafer evidence theory is very

More information

A NEW CLASS OF FUSION RULES BASED ON T-CONORM AND T-NORM FUZZY OPERATORS

A NEW CLASS OF FUSION RULES BASED ON T-CONORM AND T-NORM FUZZY OPERATORS A NEW CLASS OF FUSION RULES BASED ON T-CONORM AND T-NORM FUZZY OPERATORS Albena TCHAMOVA, Jean DEZERT and Florentin SMARANDACHE Abstract: In this paper a particular combination rule based on specified

More information

Rough operations on Boolean algebras

Rough operations on Boolean algebras Rough operations on Boolean algebras Guilin Qi and Weiru Liu School of Computer Science, Queen s University Belfast Belfast, BT7 1NN, UK Abstract In this paper, we introduce two pairs of rough operations

More information

Undergraduate. Architecture & Urban Planning Art and Design

Undergraduate. Architecture & Urban Planning Art and Design Total Undergraduate Enrollment and Credit Hours by School and College and Class Level For Term 140 (Spring/Summer 2001) Undergraduate Total Undergrad Freshman Sophomore Junior Senior/Special & Academic

More information

Reasoning with Uncertainty

Reasoning with Uncertainty Reasoning with Uncertainty Representing Uncertainty Manfred Huber 2005 1 Reasoning with Uncertainty The goal of reasoning is usually to: Determine the state of the world Determine what actions to take

More information

A Static Evidential Network for Context Reasoning in Home-Based Care Hyun Lee, Member, IEEE, Jae Sung Choi, and Ramez Elmasri, Member, IEEE

A Static Evidential Network for Context Reasoning in Home-Based Care Hyun Lee, Member, IEEE, Jae Sung Choi, and Ramez Elmasri, Member, IEEE 1232 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART A: SYSTEMS AND HUMANS, VOL. 40, NO. 6, NOVEMBER 2010 A Static Evidential Network for Context Reasoning in Home-Based Care Hyun Lee, Member,

More information

1.1 Introduction to Sets

1.1 Introduction to Sets Math 166 Lecture Notes - S. Nite 8/29/2012 Page 1 of 5 1.1 Introduction to Sets Set Terminology and Notation A set is a well-defined collection of objects. The objects are called the elements and are usually

More information

Assignment 1 Math 5341 Linear Algebra Review. Give complete answers to each of the following questions. Show all of your work.

Assignment 1 Math 5341 Linear Algebra Review. Give complete answers to each of the following questions. Show all of your work. Assignment 1 Math 5341 Linear Algebra Review Give complete answers to each of the following questions Show all of your work Note: You might struggle with some of these questions, either because it has

More information

Today s s lecture. Lecture 16: Uncertainty - 6. Dempster-Shafer Theory. Alternative Models of Dealing with Uncertainty Information/Evidence

Today s s lecture. Lecture 16: Uncertainty - 6. Dempster-Shafer Theory. Alternative Models of Dealing with Uncertainty Information/Evidence Today s s lecture Lecture 6: Uncertainty - 6 Alternative Models of Dealing with Uncertainty Information/Evidence Dempster-Shaffer Theory of Evidence Victor Lesser CMPSCI 683 Fall 24 Fuzzy logic Logical

More information

Art History Data Booklet. Spring Term 2017 Quality Enhancement Review

Art History Data Booklet. Spring Term 2017 Quality Enhancement Review Art History Data Booklet Spring Term 2017 Quality Enhancement Review Spring Term 2017 Table of Contents Page Degree Programs...1 The Faculty... 2 Enrollment by Major... 3 Degrees Awarded... 6 Average Class

More information

Uncertain Fuzzy Rough Sets. LI Yong-jin 1 2

Uncertain Fuzzy Rough Sets. LI Yong-jin 1 2 Uncertain Fuzzy Rough Sets LI Yong-jin 1 2 (1. The Institute of Logic and Cognition, Zhongshan University, Guangzhou 510275, China; 2. Department of Mathematics, Zhongshan University, Guangzhou 510275,

More information

NEUTROSOPHIC PARAMETRIZED SOFT SET THEORY AND ITS DECISION MAKING

NEUTROSOPHIC PARAMETRIZED SOFT SET THEORY AND ITS DECISION MAKING italian journal of pure and applied mathematics n. 32 2014 (503 514) 503 NEUTROSOPHIC PARAMETRIZED SOFT SET THEORY AND ITS DECISION MAING Said Broumi Faculty of Arts and Humanities Hay El Baraka Ben M

More information

Generalization of Belief and Plausibility Functions to Fuzzy Sets

Generalization of Belief and Plausibility Functions to Fuzzy Sets Appl. Math. Inf. Sci. 6, No. 3, 697-703 (202) 697 Applied Mathematics & Information Sciences An International Journal Generalization of Belief and Plausibility Functions to Fuzzy Sets Jianyu Xiao,2, Minming

More information

338 COLLEGE OF SCIENCE AND TECHNOLOGY

338 COLLEGE OF SCIENCE AND TECHNOLOGY DEPARTMENT OF CHEMISTRY Through the Department of Chemistry, courses (CHEM) are offered at the undergraduate level for students pursuing the Bachelor of Science Degree (B.S.) in Chemistry, for students

More information

Chapter 2 Rough Set Theory

Chapter 2 Rough Set Theory Chapter 2 Rough Set Theory Abstract This chapter describes the foundations for rough set theory. We outline Pawlak s motivating idea and give a technical exposition. Basics of Pawlak s rough set theory

More information

Sets and Functions. MATH 464/506, Real Analysis. J. Robert Buchanan. Summer Department of Mathematics. J. Robert Buchanan Sets and Functions

Sets and Functions. MATH 464/506, Real Analysis. J. Robert Buchanan. Summer Department of Mathematics. J. Robert Buchanan Sets and Functions Sets and Functions MATH 464/506, Real Analysis J. Robert Buchanan Department of Mathematics Summer 2007 Notation x A means that element x is a member of set A. x / A means that x is not a member of A.

More information

Uncertainty and Rules

Uncertainty and Rules Uncertainty and Rules We have already seen that expert systems can operate within the realm of uncertainty. There are several sources of uncertainty in rules: Uncertainty related to individual rules Uncertainty

More information

Probability of fuzzy events

Probability of fuzzy events Probability of fuzzy events 1 Introduction Ondřej Pavlačka 1, Pavla Rotterová 2 Abstract. In economic practice, we often deal with events that are defined only vaguely. Such indeterminate events can be

More information

Hamidreza Rashidy Kanan. Electrical Engineering Department, Bu-Ali Sina University

Hamidreza Rashidy Kanan. Electrical Engineering Department, Bu-Ali Sina University Lecture 3 Fuzzy Systems and their Properties Hamidreza Rashidy Kanan Assistant Professor, Ph.D. Electrical Engineering Department, Bu-Ali Sina University h.rashidykanan@basu.ac.ir; kanan_hr@yahoo.com 2

More information

Choose Elective *See Below*

Choose Elective *See Below* Build Your Schedule Freshman Year CHEM 1211K (4) Principles of Chemistry I CHEM 1212K (4) Principles of Chemistry II MATH 1113 (3) Pre-Calculus MATH 2201 or 2211 (4) Calculus for Life Sciences I or Calculus

More information

PROGRAM REQUIREMENTS Degree: Bachelor of Science Major: Chemistry Concentration: Biochemistry

PROGRAM REQUIREMENTS Degree: Bachelor of Science Major: Chemistry Concentration: Biochemistry 2017-2018 PROGRAM REQUIREMENTS Degree: Bachelor of Science Major: Chemistry Concentration: Biochemistry About This Major... Biochemistry students build a strong foundation in chemistry and apply their

More information

Build Your Schedule. Concentration: Biochemistry. Sophomore Year. Freshman Year Fall Spring Summer Course CHEM 1211K (4) Principles of Chemistry I

Build Your Schedule. Concentration: Biochemistry. Sophomore Year. Freshman Year Fall Spring Summer Course CHEM 1211K (4) Principles of Chemistry I Build Your Schedule Freshman Year CHEM 1211K (4) Principles of Chemistry I CHEM 1212K (4) Principles of Chemistry II MATH 1113 (3) Pre-Calculus MATH 2201 or 2211 (4) Calculus for Life Sciences I or Calculus

More information

Math 3338: Probability (Fall 2006)

Math 3338: Probability (Fall 2006) Math 3338: Probability (Fall 2006) Jiwen He Section Number: 10853 http://math.uh.edu/ jiwenhe/math3338fall06.html Probability p.1/8 Chapter Two: Probability (I) Probability p.2/8 2.1 Sample Spaces and

More information

Reasoning Under Uncertainty

Reasoning Under Uncertainty Reasoning Under Uncertainty Chapter 14&15 Part Kostas (1) Certainty Kontogiannis Factors E&CE 457 Objectives This unit aims to investigate techniques that allow for an algorithmic process to deduce new

More information

arxiv:cs/ v2 [cs.ai] 29 Nov 2006

arxiv:cs/ v2 [cs.ai] 29 Nov 2006 Belief Conditioning Rules arxiv:cs/0607005v2 [cs.ai] 29 Nov 2006 Florentin Smarandache Department of Mathematics, University of New Mexico, Gallup, NM 87301, U.S.A. smarand@unm.edu Jean Dezert ONERA, 29

More information

Deng entropy in hyper power set and super power set

Deng entropy in hyper power set and super power set Deng entropy in hyper power set and super power set Bingyi Kang a, Yong Deng a,b, a School of Computer and Information Science, Southwest University, Chongqing, 40075, China b Institute of Integrated Automation,

More information

Previous Accomplishments. Focus of Research Iona College. Focus of Research Iona College. Publication List Iona College. Journals

Previous Accomplishments. Focus of Research Iona College. Focus of Research Iona College. Publication List Iona College. Journals Network-based Hard/Soft Information Fusion: Soft Information and its Fusion Ronald R. Yager, Tel. 212 249 2047, E-Mail: yager@panix.com Objectives: Support development of hard/soft information fusion Develop

More information

FIFTEENTH DAY ENROLLMENT STATISTICS

FIFTEENTH DAY ENROLLMENT STATISTICS FIFTEENTH DAY ENROLLMENT STATISTICS Stark Campus Summer I&II 12 1 1. Summary This report provides a statistical analysis of the Stark Campus enrollment for the Summer I&II 12 Term. The Stark Campus experienced

More information

Computational Intelligence, Volume, Number, VAGUENES AND UNCERTAINTY: A ROUGH SET PERSPECTIVE. Zdzislaw Pawlak

Computational Intelligence, Volume, Number, VAGUENES AND UNCERTAINTY: A ROUGH SET PERSPECTIVE. Zdzislaw Pawlak Computational Intelligence, Volume, Number, VAGUENES AND UNCERTAINTY: A ROUGH SET PERSPECTIVE Zdzislaw Pawlak Institute of Computer Science, Warsaw Technical University, ul. Nowowiejska 15/19,00 665 Warsaw,

More information

arxiv: v1 [cs.cv] 11 Jun 2008

arxiv: v1 [cs.cv] 11 Jun 2008 HUMAN EXPERTS FUSION FOR IMAGE CLASSIFICATION Arnaud MARTIN and Christophe OSSWALD arxiv:0806.1798v1 [cs.cv] 11 Jun 2008 Abstract In image classification, merging the opinion of several human experts is

More information

Chemistry, B.S. Bachelor of Science. Summary of Requirements for the Degree. Chemistry, B.S. 1

Chemistry, B.S. Bachelor of Science. Summary of Requirements for the Degree. Chemistry, B.S. 1 Chemistry, B.S. 1 Chemistry, B.S. The Bachelor of Science in Chemistry prepares students for excellence in graduate or medical school, and employment in the chemical, biotechnological, or pharmaceutical

More information

PROGRAM REQUIREMENTS Degree: Bachelor of Science Major: Chemistry

PROGRAM REQUIREMENTS Degree: Bachelor of Science Major: Chemistry 2017-2018 PROGRAM REQUIREMENTS Degree: Bachelor of Science Major: Chemistry About This Major... Chemistry students gain a unique perspective on the composition, properties, and reactivity of the substances

More information

Application of Rough Set Theory in Performance Analysis

Application of Rough Set Theory in Performance Analysis Australian Journal of Basic and Applied Sciences, 6(): 158-16, 1 SSN 1991-818 Application of Rough Set Theory in erformance Analysis 1 Mahnaz Mirbolouki, Mohammad Hassan Behzadi, 1 Leila Karamali 1 Department

More information

Belief Functions: the Disjunctive Rule of Combination and the Generalized Bayesian Theorem

Belief Functions: the Disjunctive Rule of Combination and the Generalized Bayesian Theorem Belief Functions: the Disjunctive Rule of Combination and the Generalized Bayesian Theorem Philippe Smets IRIDIA Université Libre de Bruxelles 50 av. Roosevelt, CP 194-6, 1050 Bruxelles, Belgium January

More information

FIFTEENTH DAY ENROLLMENT STATISTICS

FIFTEENTH DAY ENROLLMENT STATISTICS FIFTEENTH DAY ENROLLMENT STATISTICS Salem Campus Summer I&II 11 1 1. Summary This report provides a statistical analysis of the Salem Campus enrollment for the Summer I&II 11 Term. The Salem Campus experienced

More information

Handling imprecise and uncertain class labels in classification and clustering

Handling imprecise and uncertain class labels in classification and clustering Handling imprecise and uncertain class labels in classification and clustering Thierry Denœux 1 1 Université de Technologie de Compiègne HEUDIASYC (UMR CNRS 6599) COST Action IC 0702 Working group C, Mallorca,

More information

3. Lecture Fuzzy Systems

3. Lecture Fuzzy Systems Soft Control (AT 3, RMA) 3. Lecture Fuzzy Systems Fuzzy Knowledge 3. Outline of the Lecture 1. Introduction of Soft Control: definition and limitations, basics of "smart" systems 2. Knowledge representation

More information

A new Approach to Drawing Conclusions from Data A Rough Set Perspective

A new Approach to Drawing Conclusions from Data A Rough Set Perspective Motto: Let the data speak for themselves R.A. Fisher A new Approach to Drawing Conclusions from Data A Rough et Perspective Zdzisław Pawlak Institute for Theoretical and Applied Informatics Polish Academy

More information

i jand Y U. Let a relation R U U be an

i jand Y U. Let a relation R U U be an Dependency Through xiomatic pproach On Rough Set Theory Nilaratna Kalia Deptt. Of Mathematics and Computer Science Upendra Nath College, Nalagaja PIN: 757073, Mayurbhanj, Orissa India bstract: The idea

More information

Director, Programs and Academic Assessment

Director, Programs and Academic Assessment February 5, 2009 TO: FROM: John Huntington, Chair Senate Committee on Educational Policy Midge Grosch Director, Programs and Academic Assessment I am forwarding for review and action by the Senate Committee

More information

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Department of Mathematics Porterville College September 7, 2014 Systems of Linear Equations in Two Variables Learning Objectives: Solve Systems

More information

Variables. Lecture 12 Sections Tue, Feb 3, Hampden-Sydney College. Displaying Distributions - Qualitative.

Variables. Lecture 12 Sections Tue, Feb 3, Hampden-Sydney College. Displaying Distributions - Qualitative. Lecture 12 Sections 4.3.1-4.3.2 Hampden-Sydney College Tue, Feb 3, 2008 Outline 1 2 3 4 5 Exercise 4.2, p. 219 Determine whether the following variables are qualitative, quantitative discrete, or quantitative

More information

Math Exam 1 Review. NOTE: For reviews of the other sections on Exam 1, refer to the first page of WIR #1 and #2.

Math Exam 1 Review. NOTE: For reviews of the other sections on Exam 1, refer to the first page of WIR #1 and #2. Math 166 Fall 2008 c Heather Ramsey Page 1 Math 166 - Exam 1 Review NOTE: For reviews of the other sections on Exam 1, refer to the first page of WIR #1 and #2. Section 1.5 - Rules for Probability Elementary

More information

ACADEMIC PROGRAMS / 169

ACADEMIC PROGRAMS / 169 ACADEMIC PROGRAMS / 169 DEPARTMENT OF CHEMISTRY Dr. Hongtao Yu, Professor and Chair OFFICE: John A. Peoples Science Building, Room #414 FACULTY: Professors: Y. Anjaneyulu, K. Lee, J. Leszczynski, W. McHenry,

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 4,100 116,000 120M Open access books available International authors and editors Downloads Our

More information

Mathematics Standards for High School Algebra II

Mathematics Standards for High School Algebra II Mathematics Standards for High School Algebra II Algebra II is a course required for graduation and is aligned with the College and Career Ready Standards for Mathematics in High School. Throughout the

More information

Association Rules. Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION. Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION

Association Rules. Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION. Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION CHAPTER2 Association Rules 2.1 Introduction Many large retail organizations are interested in instituting information-driven marketing processes, managed by database technology, that enable them to Jones

More information

Dana Wright, Director of Academic Program Development

Dana Wright, Director of Academic Program Development Academic Program Development 261 University Hall (MC 10) 601 South Morgan Street Chicago, Illinois 60607-7126 February 2, 2016 TO: FROM: Ilene Harris, Chair Senate Committee on Educational Policy Dana

More information

Enrollment at a Glance Fall 2015

Enrollment at a Glance Fall 2015 1. Number of Students Enrolled at Tenth Day of Fall Term 2011 2012 2013 2014 2015 3,705 ( 100.0% ) 3,626 ( 100.0% ) 3,706 ( 100.0% ) 3,746 ( 100.0% ) 3,891 ( 100.0% ) New 1 1,051 ( 28.4% ) 1,063 ( 29.3%

More information

Computers and Mathematics with Applications

Computers and Mathematics with Applications Computers and Mathematics with Applications 59 (2010) 431 436 Contents lists available at ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa A short

More information

S1600 #2. Data Presentation #1. January 14, 2016

S1600 #2. Data Presentation #1. January 14, 2016 S1600 #2 Data Presentation #1 January 14, 2016 Outline 1 Data Presentation #1 Statistics and Data Variable Types Summarizing Categorical Data (WMU) S1600 #2 S1600, Lecture 2 2 / 14 Statistics and Data

More information

Research Article Special Approach to Near Set Theory

Research Article Special Approach to Near Set Theory Mathematical Problems in Engineering Volume 2011, Article ID 168501, 10 pages doi:10.1155/2011/168501 Research Article Special Approach to Near Set Theory M. E. Abd El-Monsef, 1 H. M. Abu-Donia, 2 and

More information

Introduction to belief functions

Introduction to belief functions Introduction to belief functions Thierry Denœux 1 1 Université de Technologie de Compiègne HEUDIASYC (UMR CNRS 6599) http://www.hds.utc.fr/ tdenoeux Spring School BFTA 2011 Autrans, April 4-8, 2011 Thierry

More information

Rough Set Theory. Andrew Kusiak Intelligent Systems Laboratory 2139 Seamans Center The University of Iowa Iowa City, Iowa

Rough Set Theory. Andrew Kusiak Intelligent Systems Laboratory 2139 Seamans Center The University of Iowa Iowa City, Iowa Rough Set Theory Andrew Kusiak 139 Seamans Center Iowa City, Iowa 54-157 Iowa City Tel: 319-335 5934 Fa: 319-335 5669 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak Benefits Evaluation of

More information

ROUGH SETS THEORY AND DATA REDUCTION IN INFORMATION SYSTEMS AND DATA MINING

ROUGH SETS THEORY AND DATA REDUCTION IN INFORMATION SYSTEMS AND DATA MINING ROUGH SETS THEORY AND DATA REDUCTION IN INFORMATION SYSTEMS AND DATA MINING Mofreh Hogo, Miroslav Šnorek CTU in Prague, Departement Of Computer Sciences And Engineering Karlovo Náměstí 13, 121 35 Prague

More information

Classification Based on Logical Concept Analysis

Classification Based on Logical Concept Analysis Classification Based on Logical Concept Analysis Yan Zhao and Yiyu Yao Department of Computer Science, University of Regina, Regina, Saskatchewan, Canada S4S 0A2 E-mail: {yanzhao, yyao}@cs.uregina.ca Abstract.

More information

Drawing Conclusions from Data The Rough Set Way

Drawing Conclusions from Data The Rough Set Way Drawing Conclusions from Data The Rough et Way Zdzisław Pawlak Institute of Theoretical and Applied Informatics, Polish Academy of ciences, ul Bałtycka 5, 44 000 Gliwice, Poland In the rough set theory

More information

The Use of Locally Weighted Regression for the Data Fusion with Dempster-Shafer Theory

The Use of Locally Weighted Regression for the Data Fusion with Dempster-Shafer Theory The Use of Locally Weighted Regression for the Data Fusion with Dempster-Shafer Theory by Z. Liu, D. S. Forsyth, S. M. Safizadeh, M.Genest, C. Mandache, and A. Fahr Structures, Materials Performance Laboratory,

More information

INTUITIONISTIC FUZZY TOPOLOGICAL SPACES

INTUITIONISTIC FUZZY TOPOLOGICAL SPACES INTUITIONISTIC FUZZY TOPOLOGICAL SPACES A THESIS SUBMITTED TO THE NATIONAL INSTITUTE OF TECHNOLOGY, ROURKELA IN THE PARTIAL FULFILMENT FOR THE DEGREE OF MASTER OF SCIENCE IN MATHEMATICS BY SMRUTILEKHA

More information

MAC Learning Objectives. Learning Objectives. Module 1 Introduction to Functions and Graphs

MAC Learning Objectives. Learning Objectives. Module 1 Introduction to Functions and Graphs MAC 1140 Module 1 Introduction to Functions and Graphs Learning Objectives Upon completing this module, you should be able to 1. recognize common sets of numbers. 2. understand scientific notation and

More information

A unified view of some representations of imprecise probabilities

A unified view of some representations of imprecise probabilities A unified view of some representations of imprecise probabilities S. Destercke and D. Dubois Institut de recherche en informatique de Toulouse (IRIT) Université Paul Sabatier, 118 route de Narbonne, 31062

More information

CHEMISTRY MAJOR ADVISING SHEET

CHEMISTRY MAJOR ADVISING SHEET Name Graduation Date CHEMISTRY MAJOR ADVISING SHEET NEWMAN STUDIES PROGRAM (NSP) REQUIREMENTS Skills Level COMM 1013 Oral Communication ENGL 1003 College Writing 1 ENGL 1013 College Writing 2 IT 1013 Information

More information

Chemistry. Major in Chemistry. Chemistry 1. Chairperson: James Kincaid, Ph.D. Department of Chemistry website (http://www.marquette.

Chemistry. Major in Chemistry. Chemistry 1. Chairperson: James Kincaid, Ph.D. Department of Chemistry website (http://www.marquette. Chemistry 1 Chemistry Chairperson: James Kincaid, Ph.D. Department of Chemistry website (http://www.marquette.edu/chem) The Marquette University Chemistry Department offers several areas of study with

More information

A Practical Taxonomy of Methods and Literature for Managing Uncertain Spatial Data in Geographic Information Systems

A Practical Taxonomy of Methods and Literature for Managing Uncertain Spatial Data in Geographic Information Systems A Practical Taxonomy of Methods and Literature for Managing Uncertain Spatial Data in Geographic Information Systems Madjid Tavana a,b, * a Business Systems and Analytics Department Distinguished Chair

More information

Learn more about the Bachelor of Science in Chemistry (

Learn more about the Bachelor of Science in Chemistry ( Chemistry, B.S. 1 Chemistry, B.S. Learn more about the Bachelor of Science in Chemistry (https://www.temple.edu/academics/degree-programs/chemistry-major-st-chem-bs). The Bachelor of Science in Chemistry

More information

Research Article Decision Analysis via Granulation Based on General Binary Relation

Research Article Decision Analysis via Granulation Based on General Binary Relation International Mathematics and Mathematical Sciences Volume 2007, Article ID 12714, 13 pages doi:10.1155/2007/12714 esearch Article Decision Analysis via Granulation Based on General Binary elation M. M.

More information

A Fuzzy-Cautious OWA Approach with Evidential Reasoning

A Fuzzy-Cautious OWA Approach with Evidential Reasoning Advances and Applications of DSmT for Information Fusion Collected Works Volume 4 A Fuzzy-Cautious OWA Approach with Evidential Reasoning Deqiang Han Jean Dezert Jean-Marc Tacnet Chongzhao Han Originally

More information

Classical Belief Conditioning and its Generalization to DSm Theory

Classical Belief Conditioning and its Generalization to DSm Theory Journal of Uncertain Systems Vol.2, No.4, pp.267-279, 2008 Online at: www.jus.org.uk Classical Belief Conditioning and its Generalization to DSm Theory ilan Daniel Institute of Computer Science, Academy

More information

MATH 304 Linear Algebra Lecture 20: Review for Test 1.

MATH 304 Linear Algebra Lecture 20: Review for Test 1. MATH 304 Linear Algebra Lecture 20: Review for Test 1. Topics for Test 1 Part I: Elementary linear algebra (Leon 1.1 1.4, 2.1 2.2) Systems of linear equations: elementary operations, Gaussian elimination,

More information

A Rough Set Interpretation of User s Web Behavior: A Comparison with Information Theoretic Measure

A Rough Set Interpretation of User s Web Behavior: A Comparison with Information Theoretic Measure A Rough et Interpretation of User s Web Behavior: A Comparison with Information Theoretic easure George V. eghabghab Roane tate Dept of Computer cience Technology Oak Ridge, TN, 37830 gmeghab@hotmail.com

More information

A New ER-MCDA Mapping for Decision-Making based on Imperfect Information

A New ER-MCDA Mapping for Decision-Making based on Imperfect Information A New ER-MCDA Mapping for Decision-Making based on Imperfect Information Simon Carladous 1,2,4, Jean-Marc Tacnet 1, Jean Dezert 3, Guillaume Dupouy 1, and Mireille Batton-Hubert 4 1 Université Grenoble

More information

Neutrosophic Masses & Indeterminate Models.

Neutrosophic Masses & Indeterminate Models. Neutrosophic Masses & Indeterminate Models. Applications to Information Fusion Florentin Smarandache Mathematics Department The University of New Mexico 705 Gurley Ave., Gallup, NM 8730, USA E-mail: smarand@unm.edu

More information

New Similarity Measures for Intuitionistic Fuzzy Sets

New Similarity Measures for Intuitionistic Fuzzy Sets Applied Mathematical Sciences, Vol. 8, 2014, no. 45, 2239-2250 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.43171 New Similarity Measures for Intuitionistic Fuzzy Sets Peerasak Intarapaiboon

More information