HOME

TheInfoList



OR:

The dominance-based rough set approach (DRSA) is an extension of rough set theory for
multi-criteria decision analysis Multiple-criteria decision-making (MCDM) or multiple-criteria decision analysis (MCDA) is a sub-discipline of operations research that explicitly evaluates multiple conflicting criteria in decision making (both in daily life and in settings ...
(MCDA), introduced by Greco, Matarazzo and Słowiński. Greco, S., Matarazzo, B., Słowiński, R.: Rough sets theory for multi-criteria decision analysis. European Journal of Operational Research, 129, 1 (2001) 1–47 The main change compared to the classical
rough sets In computer science, a rough set, first described by Polish computer scientist Zdzisław I. Pawlak, is a formal approximation of a crisp set (i.e., conventional set) in terms of a pair of sets which give the ''lower'' and the ''upper'' approximati ...
is the substitution for the indiscernibility relation by a dominance relation, which permits one to deal with inconsistencies typical to consideration of criteria and preference-ordered decision classes.


Multicriteria classification (sorting)

Multicriteria classification In multiple criteria decision aiding (MCDA), multicriteria classification (or sorting) involves problems where a finite set of alternative actions should be assigned into a predefined set of preferentially ordered categories (classes). For example, ...
(
sorting Sorting refers to ordering data in an increasing or decreasing manner according to some linear relationship among the data items. # ordering: arranging items in a sequence ordered by some criterion; # categorizing: grouping items with similar pro ...
) is one of the problems considered within
MCDA Multiple-criteria decision-making (MCDM) or multiple-criteria decision analysis (MCDA) is a sub-discipline of operations research that explicitly evaluates multiple conflicting criteria in decision making (both in daily life and in settings ...
and can be stated as follows: given a set of objects evaluated by a set of criteria (attributes with preference-order domains), assign these objects to some pre-defined and preference-ordered decision classes, such that each object is assigned to exactly one class. Due to the preference ordering, improvement of evaluations of an object on the criteria should not worsen its class assignment. The sorting problem is very similar to the problem of
classification Classification is a process related to categorization, the process in which ideas and objects are recognized, differentiated and understood. Classification is the grouping of related facts into classes. It may also refer to: Business, organizat ...
, however, in the latter, the objects are evaluated by regular attributes and the decision classes are not necessarily preference ordered. The problem of multicriteria classification is also referred to as
ordinal classification problem with monotonicity constraints Ordinal may refer to: * Ordinal data, a statistical data type consisting of numerical scores that exist on an arbitrary numerical scale * Ordinal date, a simple form of expressing a date using only the year and the day number within that year * ...
and often appears in real-life application when ordinal and
monotone Monotone refers to a sound, for example music or speech, that has a single unvaried tone. See: monophony. Monotone or monotonicity may also refer to: In economics *Monotone preferences, a property of a consumer's preference ordering. *Monotonic ...
properties follow from the domain knowledge about the problem. As an illustrative example, consider the problem of evaluation in a high school. The director of the school wants to assign students (''objects'') to three classes: ''bad'', ''medium'' and ''good'' (notice that class ''good'' is preferred to ''medium'' and ''medium'' is preferred to ''bad''). Each student is described by three criteria: level in Physics, Mathematics and Literature, each taking one of three possible values ''bad'', ''medium'' and ''good''. Criteria are preference-ordered and improving the level from one of the subjects should not result in worse global evaluation (class). As a more serious example, consider classification of bank clients, from the viewpoint of bankruptcy risk, into classes ''safe'' and ''risky''. This may involve such characteristics as "
return on equity The return on equity (ROE) is a measure of the profitability of a business in relation to the equity. Because shareholder's equity can be calculated by taking all assets and subtracting all liabilities, ROE can also be thought of as a return on '' ...
(ROE)", "
return on investment Return on investment (ROI) or return on costs (ROC) is a ratio between net income (over a period) and investment (costs resulting from an investment of some resources at a point in time). A high ROI means the investment's gains compare favourably ...
(ROI)" and "
return on sales In business, operating margin—also known as operating income margin, operating profit margin, EBIT margin and return on sales (ROS)—is the ratio of operating income ("operating profit" in the UK) to net sales, usually expressed in percent. : ...
(ROS)". The domains of these attributes are not simply ordered but involve a preference order since, from the viewpoint of bank managers, greater values of ROE, ROI or ROS are better for clients being analysed for bankruptcy risk . Thus, these attributes are criteria. Neglecting this information in
knowledge discovery Knowledge extraction is the creation of Knowledge representation and reasoning, knowledge from structured (relational databases, XML) and unstructured (text (literary theory), text, documents, images) sources. The resulting knowledge needs to be in ...
may lead to wrong conclusions.


Data representation


Decision table

In DRSA, data are often presented using a particular form of
decision table Decision tables are a concise visual representation for specifying which actions to perform depending on given conditions. They are algorithms whose output is a set of actions. The information expressed in decision tables could also be represented ...
. Formally, a DRSA decision table is a 4-tuple S = \langle U, Q, V, f \rangle, where U\,\! is a finite set of objects, Q\,\! is a finite set of criteria, V=\bigcup _ V_q where V_q\,\! is the domain of the criterion q\,\! and f \colon U \times Q \to V is an ''information function'' such that f(x,q) \in V_q for every (x,q) \in U \times Q. The set Q\,\! is divided into ''condition criteria'' (set C \neq \emptyset) and the ''decision criterion'' (''class'') d\,\!. Notice, that f(x,q)\,\! is an evaluation of object x\,\! on criterion q \in C, while f(x,d)\,\! is the class assignment (decision value) of the object. An example of decision table is shown in Table 1 below.


Outranking relation

It is assumed that the domain of a criterion q \in Q is completely
preorder In mathematics, especially in order theory, a preorder or quasiorder is a binary relation that is reflexive and transitive. Preorders are more general than equivalence relations and (non-strict) partial orders, both of which are special c ...
ed by an outranking relation \succeq_q; x \succeq_q y means that x\,\! is at least as good as (outranks) y\,\! with respect to the criterion q\,\!. Without loss of generality, we assume that the domain of q\,\! is a subset of reals, V_q \subseteq \mathbb, and that the outranking relation is a simple order between real numbers \geq\,\! such that the following relation holds: x \succeq_q y \iff f(x,q) \geq f(y,q). This relation is straightforward for gain-type ("the more, the better") criterion, e.g. ''company profit''. For cost-type ("the less, the better") criterion, e.g. ''product price'', this relation can be satisfied by negating the values from V_q\,\!.


Decision classes and class unions

Let T = \\,\!. The domain of decision criterion, V_d\,\! consist of n\,\! elements (without loss of generality we assume V_d = T\,\!) and induces a partition of U\,\! into n\,\! classes \textbf=\, where Cl_t = \. Each object x \in U is assigned to one and only one class Cl_t, t \in T. The classes are preference-ordered according to an increasing order of class indices, i.e. for all r,s \in T such that r \geq s\,\!, the objects from Cl_r\,\! are strictly preferred to the objects from Cl_s\,\!. For this reason, we can consider the upward and downward unions of classes, defined respectively, as: : Cl^_t = \bigcup_ Cl_s \qquad Cl^_t= \bigcup_ Cl_s \qquad t \in T


Main concepts


Dominance

We say that x\,\! dominates y\,\! with respect to P \subseteq C, denoted by x D_p y\,\!, if x\,\! is better than y\,\! on every criterion from P\,\!, x \succeq_q y, \, \forall q \in P. For each P \subseteq C, the dominance relation D_P\,\! is reflexive and transitive, i.e. it is a partial pre-order. Given P \subseteq C and x \in U, let : D_P^+(x) = \ : D_P^-(x) = \ represent ''P''-dominating set and ''P''-dominated set with respect to x \in U, respectively.


Rough approximations

The key idea of the
rough set In computer science, a rough set, first described by Polish computer scientist Zdzisław I. Pawlak, is a formal approximation of a crisp set (i.e., conventional set) in terms of a pair of sets which give the ''lower'' and the ''upper'' approximati ...
philosophy is approximation of one knowledge by another knowledge. In DRSA, the knowledge being approximated is a collection of upward and downward unions of decision classes and the "granules of knowledge" used for approximation are ''P''-dominating and ''P''-dominated sets. The ''P''-lower and the ''P''-upper approximation of Cl_t^, t \in T with respect to P \subseteq C, denoted as \underline(Cl_t^) and \overline(Cl_t^), respectively, are defined as: : \underline(Cl_t^) = \ : \overline(Cl_t^) = \ Analogously, the ''P''-lower and the ''P''-upper approximation of Cl_t^, t \in T with respect to P \subseteq C, denoted as \underline(Cl_t^) and \overline(Cl_t^), respectively, are defined as: : \underline(Cl_t^) = \ : \overline(Cl_t^) = \ Lower approximations group the objects which ''certainly'' belong to class union Cl^_t (respectively Cl^_t). This certainty comes from the fact, that object x \in U belongs to the lower approximation \underline(Cl^_t) (respectively \underline(Cl^_t)), if no other object in U\,\! contradicts this claim, i.e. every object y \in U which ''P''-dominates x\,\!, also belong to the class union Cl^_t (respectively Cl^_t). Upper approximations group the objects which ''could belong'' to Cl^_t (respectively Cl^_t), since object x \in U belongs to the upper approximation \overline(Cl^_t) (respectively \overline(Cl^_t)), if there exist another object y \in U ''P''-dominated by x\,\! from class union Cl^_t (respectively Cl^_t). The ''P''-lower and ''P''-upper approximations defined as above satisfy the following properties for all t \in T and for any P \subseteq C: : \underline(Cl_t^) \subseteq Cl_t^ \subseteq \overline(Cl_t^) : \underline(Cl_t^) \subseteq Cl_t^ \subseteq \overline(Cl_t^) The ''P''-boundaries (''P-doubtful regions'') of Cl_t^ and Cl_t^ are defined as: : Bn_P(Cl_t^) = \overline(Cl_t^)-\underline(Cl_t^) : Bn_P(Cl_t^) = \overline(Cl_t^)-\underline(Cl_t^)


Quality of approximation and reducts

The ratio : \gamma_P(\textbf) = \frac defines the quality of approximation of the partition \textbf\,\! into classes by means of the set of criteria P\,\!. This ratio express the relation between all the ''P''-correctly classified objects and all the objects in the table. Every minimal subset P \subseteq C such that \gamma_P(\mathbf) = \gamma_C(\mathbf)\,\! is called a
reduct In universal algebra and in model theory, a reduct of an algebraic structure is obtained by omitting some of the operation (mathematics), operations and relation (mathematics), relations of that structure. The opposite of "reduct" is "expansion. ...
of C\,\! and is denoted by RED_(P). A decision table may have more than one reduct. The intersection of all reducts is known as the ''core''.


Decision rules

On the basis of the approximations obtained by means of the dominance relations, it is possible to induce a generalized description of the preferential information contained in the decision table, in terms of
decision rules A decision tree is a decision support tool that uses a tree-like model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. It is one way to display an algorithm that only contains condit ...
. The decision rules are expressions of the form ''if'' ondition''then'' onsequent that represent a form of dependency between condition criteria and decision criteria. Procedures for generating decision rules from a decision table use an inductive learning principle. We can distinguish three types of rules: certain, possible and approximate. Certain rules are generated from lower approximations of unions of classes; possible rules are generated from upper approximations of unions of classes and approximate rules are generated from boundary regions. Certain rules has the following form: : if f(x,q_1) \geq r_1\,\! and f(x,q_2) \geq r_2\,\! and \ldots f(x,q_p) \geq r_p\,\! then x \in Cl_t^ : if f(x,q_1) \leq r_1\,\! and f(x,q_2) \leq r_2\,\! and \ldots f(x,q_p) \leq r_p\,\! then x \in Cl_t^ Possible rules has a similar syntax, however the ''consequent'' part of the rule has the form: x\,\! ''could belong to'' Cl_t^ or the form: x\,\! ''could belong to'' Cl_t^. Finally, approximate rules has the syntax: : if f(x,q_1) \geq r_1\,\! and f(x,q_2) \geq r_2\,\! and \ldots f(x,q_k) \geq r_k\,\! and f(x,q_) \leq r_\,\! and f(x,q_) \leq r_\,\! and \ldots f(x,q_p) \leq r_p\,\! then x \in Cl_s \cup Cl_ \cup Cl_t The certain, possible and approximate rules represent certain, possible and ambiguous knowledge extracted from the decision table. Each decision rule should be minimal. Since a decision rule is an implication, by a minimal decision rule we understand such an implication that there is no other implication with an antecedent of at least the same weakness (in other words, rule using a subset of elementary conditions or/and weaker elementary conditions) and a consequent of at least the same strength (in other words, rule assigning objects to the same union or sub-union of classes). A set of decision rules is ''complete'' if it is able to cover all objects from the decision table in such a way that consistent objects are re-classified to their original classes and inconsistent objects are classified to clusters of classes referring to this inconsistency. We call ''minimal'' each set of decision rules that is complete and non-redundant, i.e. exclusion of any rule from this set makes it non-complete. One of three induction strategies can be adopted to obtain a set of decision rules: * generation of a minimal description, i.e. a minimal set of rules, * generation of an exhaustive description, i.e. all rules for a given data matrix, * generation of a characteristic description, i.e. a set of rules covering relatively many objects each, however, all together not necessarily all objects from the decision table The most popular rule induction algorithm for dominance-based rough set approach is DOMLEM, which generates minimal set of rules.


Example

Consider the following problem of high school students’ evaluations: : Each object (student) is described by three criteria q_1,q_2,q_3\,\!, related to the levels in Mathematics, Physics and Literature, respectively. According to the decision attribute, the students are divided into three preference-ordered classes: Cl_1 = \, Cl_2 = \ and Cl_3 = \. Thus, the following unions of classes were approximated: * Cl_1^ i.e. the class of (at most) bad students, * Cl_2^ i.e. the class of at most medium students, * Cl_2^ i.e. the class of at least medium students, * Cl_3^ i.e. the class of (at least) good students. Notice that evaluations of objects x_4\,\! and x_6\,\! are inconsistent, because x_4\,\! has better evaluations on all three criteria than x_6\,\! but worse global score. Therefore, lower approximations of class unions consist of the following objects: :\underline(Cl_1^) = \ :\underline(Cl_2^) = \ = Cl_2^ :\underline(Cl_2^) = \ :\underline(Cl_3^) = \ = Cl_3^ Thus, only classes Cl_1^ and Cl_2^ cannot be approximated precisely. Their upper approximations are as follows: :\overline(Cl_1^) = \ :\overline(Cl_2^) = \ while their boundary regions are: :Bn_P(Cl_1^) = Bn_P(Cl_2^) = \ Of course, since Cl_2^ and Cl_3^ are approximated precisely, we have \overline(Cl_2^)=Cl_2^, \overline(Cl_3^)=Cl_3^ and Bn_P(Cl_2^) = Bn_P(Cl_3^) = \emptyset The following minimal set of 10 rules can be induced from the decision table: # ''if'' Physics \leq bad ''then'' student \leq bad # ''if'' Literature \leq bad ''and'' Physics \leq medium ''and'' Math \leq medium ''then'' student \leq bad # ''if'' Math \leq bad ''then'' student \leq medium # ''if'' Literature \leq medium ''and'' Physics \leq medium ''then'' student \leq medium # ''if'' Math \leq medium ''and'' Literature \leq bad ''then'' student \leq medium # ''if'' Literature \geq good ''and'' Math \geq medium ''then'' student \geq good # ''if'' Physics \geq good ''and'' Math \geq good ''then'' student \geq good # ''if'' Math \geq good ''then'' student \geq medium # ''if'' Physics \geq good ''then'' student \geq medium # ''if'' Math \leq bad ''and'' Physics \geq medium ''then'' student = bad \lor medium The last rule is approximate, while the rest are certain.


Extensions


Multicriteria choice and ranking problems

The other two problems considered within
multi-criteria decision analysis Multiple-criteria decision-making (MCDM) or multiple-criteria decision analysis (MCDA) is a sub-discipline of operations research that explicitly evaluates multiple conflicting criteria in decision making (both in daily life and in settings ...
, multicriteria choice and
ranking A ranking is a relationship between a set of items such that, for any two items, the first is either "ranked higher than", "ranked lower than" or "ranked equal to" the second. In mathematics, this is known as a weak order or total preorder of o ...
problems, can also be solved using dominance-based rough set approach. This is done by converting the decision table into
pairwise comparison table Pairwise generally means "occurring in pairs" or "two at a time." Pairwise may also refer to: * Pairwise disjoint * Pairwise independence of random variables * Pairwise comparison, the process of comparing two entities to determine which is prefe ...
(PCT).


Variable-consistency DRSA

The definitions of rough approximations are based on a strict application of the dominance principle. However, when defining non-ambiguous objects, it is reasonable to accept a limited proportion of negative examples, particularly for large decision tables. Such extended version of DRSA is called Variable-Consistency DRSA model (VC-DRSA)


Stochastic DRSA

In real-life data, particularly for large datasets, the notions of rough approximations were found to be excessively restrictive. Therefore, an extension of DRSA, based on stochastic model ( Stochastic DRSA), which allows inconsistencies to some degree, has been introduced.Dembczyński, K., Greco, S., Kotłowski, W., Słowiński, R.: Statistical model for rough set approach to multicriteria classification. In Kok, J.N., Koronacki, J., de Mantaras, R.L., Matwin, S., Mladenic, D., Skowron, A. (eds.): Knowledge Discovery in Databases: PKDD 2007, Warsaw, Poland. Lecture Notes in Computer Science 4702 (2007) 164–175. Having stated the probabilistic model for ordinal classification problems with monotonicity constraints, the concepts of lower approximations are extended to the stochastic case. The method is based on estimating the conditional probabilities using the nonparametric
maximum likelihood In statistics, maximum likelihood estimation (MLE) is a method of estimation theory, estimating the Statistical parameter, parameters of an assumed probability distribution, given some observed data. This is achieved by Mathematical optimization, ...
method which leads to the problem of
isotonic regression In statistics and numerical analysis, isotonic regression or monotonic regression is the technique of fitting a free-form line to a sequence of observations such that the fitted line is non-decreasing (or non-increasing) everywhere, and lies as ...
. Stochastic dominance-based rough sets can also be regarded as a sort of variable-consistency model.


Software


4eMka2
is a
decision support system A decision support system (DSS) is an information system that supports business or organizational decision-making activities. DSSs serve the management, operations and planning levels of an organization (usually mid and higher management) and h ...
for multiple criteria classification problems based on dominance-based rough sets (DRSA)
JAMM
is a much more advanced successor of 4eMka2. Both systems are freely available for non-profit purposes on th
Laboratory of Intelligent Decision Support Systems (IDSS)
website.


See also

*
Rough sets In computer science, a rough set, first described by Polish computer scientist Zdzisław I. Pawlak, is a formal approximation of a crisp set (i.e., conventional set) in terms of a pair of sets which give the ''lower'' and the ''upper'' approximati ...
*
Granular computing Granular computing (GrC) is an emerging computing paradigm of information processing that concerns the processing of complex information entities called "information granules", which arise in the process of data abstraction and derivation of knowl ...
* Multicriteria Decision Analysis (MCDA)


References

{{reflist * Chakhar S., Ishizaka A., Labib A., Saad I. (2016). Dominance-based rough set approach for group decisions, European Journal of Operational Research, 251(1): 206-224 * Li S., Li T. Zhang Z., Chen H., Zhang J. (2015). Parallel Computing of Approximations in Dominance-based Rough Sets Approach, Knowledge-based Systems, 87: 102-111 * Li S., Li T. (2015). Incremental Update of Approximations in Dominance-based Rough Sets Approach under the Variation of Attribute Values, Information Sciences, 294: 348-361 * Li S., Li T., Liu D. (2013). Dynamic Maintenance of Approximations in Dominance-based Rough Set Approach under the Variation of the Object Set, International Journal of Intelligent Systems, 28(8): 729-751


External links


The International Rough Set Society

Laboratory of Intelligent Decision Support Systems (IDSS)
a
Poznań University of Technology
* Extensive list of DRSA references on th

home page. Theoretical computer science Machine learning algorithms Multiple-criteria decision analysis