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, credit analysts classify loan applications into risk categories (e.g., acceptable/unacceptable applicants), customers rate products and classify them into attractiveness groups, candidates for a job position are evaluated and their applications are approved or rejected, technical systems are prioritized for inspection on the basis of their failure risk, clinicians classify patients according to the extent to which they have a complex disease or not, etc.
Problem statement In a multicriteria classification problem (MCP) a set
X = { x 1 , x 2 , … , x m } {\displaystyle X=\{\mathbf {x} _{1},\mathbf {x} _{2},\ldots ,\mathbf {x} _{m}\}}
of m alternative actions is available. Each alternative is evaluated over a set of n criteria. The scope of the analysis is to assign each alternative into a given set of categories (classes) C = {c1, c2, ..., ck}. It is therefore a kind of classification problem. The categories are defined in an ordinal way. Assuming (without loss of generality) an ascending order, this means that category c1 consists of the worst alternatives whereas ck includes the best (most preferred) ones. The alternatives in each category cannot be assumed be equivalent in terms of their overall evaluation (the categories are not equivalence classes). Furthermore, the categories are defined independently of the set of alternatives under consideration. In that regard, MCPs are based on an absolute evaluation scheme. For instance, a predefined specific set of categories is often used to classify industrial accidents (e.g., major, minor, etc.). These categories are not related to a specific event under consideration. Of course, in many cases the definition of the categories is adjusted over time to take into consideration the changes in the decision environment.
Relationship to pattern recognition In comparison to statistical classification and pattern recognition in a machine learning sense, two main distinguishing features of MCPs can be identified:
In MCPs the categories are defined in an ordinal way. This ordinal definition of the categories implicitly defines a preference structure. In contrast, machine learning is usually involved with nominal classification problems, where classes of observations are defined in a nominal way (i.e., collection of cases described by some common patterns), without any preferential implications. In MCPs, the alternatives are evaluated over a set of criteria. A criterion is an attribute that incorporates preferential information. Thus, the decision model should have some form of monotonic relationship with respect to the criteria. This kind of information is explicitly introduced (a priory) in multicriteria methods for MCPs.
Methods The most popular modeling approach for MCPs are based on value function models, outranking relations, and decision rules:
In a value function model, the classification rules can be expressed as follows: Alternative i is assigned to group cr if and only if
t r + 1 < V ( x i ) < t r {\displaystyle t_{r+1}<V(\mathbf {x} _{i})<t_{r}}
where V is a value function (non-decreasing with respect to the criteria) and t1 > t2 > ... > tk−1 are thresholds defining the category limits. An important example of this approach is the use of the potentially all pairwise rankings of all possible alternatives (PAPRIKA) method to create models for classifying patients according to the extent to which they have a disease or not – e.g. Sjögren syndrome, gout, systemic sclerosis, etc. Examples of outranking techniques include the ÉLECTRE TRI method and its variants, models based on the PROMETHEE method such as the FlowSort method, and the Proaftn method. Outranking models are expressed in a relational form. In a typical setting used in ELECTRE TRI, the assignment of the alternatives is based on pairwise comparisons of the alternatives to predefined category boundaries. Rule-based models are expressed in the form of "If ... then ... " decision rules. The conditions part involve a conjunction of elementary conditions on the set of criteria, whereas the conclusion of each rule provides a recommendation for the assignment of the alternatives that satisfy the conditions of the rule. The dominance-based rough set approach is an example of this type of models.
… excerpt ends here. Continue reading the full article.
