Extension card · Intuitionistic
Intuitionistic fuzzy Entropy (Hung & Chen, 2010)
Intuitionistic Fuzzy Entropy Weighting is the form of Entropy Weighting used when decision-table cells are given as a degree of support for and a degree of rejection of a judgement (an intuitionistic fuzzy pair). It produces weights by working directly on the support-rejection-indecision triple, without converting entropy into a probability.
Base method
Entropy Weighting →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Intuitionistic →
What this data type is, when to use it, how to write it in a cell: the family's full account is here.
What Changes from the Base Method?
Three things change; the entropy logic (a flat distribution carries little information, a spread-out one carries much) is preserved, but the formula itself is different.
Cells. In crisp entropy every cell is a single number. Here every cell consists of a degree of support (μ) and a degree of rejection (ν), with μ + ν ≤ 1. This extension supports group decisions: more than one decision-maker's pairs are combined into a single collective matrix using the intuitionistic fuzzy weighted average (IFWA) operator, with a weight for each decision-maker; with a single decision-maker, this step is an identity transformation, that is, nothing changes.
Scale equalisation. Crisp entropy converts cost criteria and then divides by the column sum to obtain probabilities, then uses Shannon's two-term formula (−p·ln p). This extension never converts to probability at all: the support-rejection-indecision triple (μ, ν, π = 1−μ−ν) is used directly in a four-term entropy expression. For every alternative, μ·ln μ + ν·ln ν − (1−π)·ln(1−π) − π·ln 2 is summed, then scaled by the number of alternatives and ln 2. The benefit/cost direction does not affect this formula, because the measure is symmetric under swapping support and rejection; exchanging μ and ν leaves entropy unchanged. This is the biggest difference from crisp entropy: direction information is unnecessary here.
Entropy and weight. The remaining steps follow the same logic as crisp entropy: divergence (1 − entropy) is computed, and dividing each divergence by the sum of all divergences gives a weight vector summing to 1. The only difference is how entropy is computed (a four-term intuitionistic fuzzy measure, in place of a two-term probabilistic measure).
DecisionMind fixes four things in this extension: the IFWA aggregation on group input, the Vlachos-Sergiadis (2007) four-term entropy measure, the 0·ln(0) = 0 convergence rule, and keeping the divergence-then-normalise steps in the same form as crisp entropy.
How to Read the Output
The output is a weight vector summing to 1, as in crisp entropy, and is read by the same principle: the weight shows not the criterion's importance, but how much it discriminates between alternatives in this particular table.
The difference lies here. "Discrimination" here looks not only at variation in the degree of support, but also at variation in the share of indecision. If all alternatives on a criterion have high support and low rejection, but their shares of indecision differ substantially, that criterion can still receive low entropy, that is, high weight. This is because the measure treats indecision itself as a source of divergence. Crisp entropy cannot see this at all, because it has no concept of indecision.
Thus instead of writing:
"This criterion's weight came out low because there was little difference in support among the alternatives"
the report should read:
"This criterion's weight came out low because support, rejection and the share of indecision were all close to one another across the alternatives; intuitionistic fuzzy entropy assesses all three together"
When to Prefer This over the Base Method
Use this extension when an assessment is given as support for and rejection of a judgement, and the opposing view comes from a separate source; the rule given on the intuitionistic fuzzy data-type card applies here in exactly the same way. The exit condition of crisp entropy applies here as well: if a criterion is identical across all alternatives, its weight comes out at zero and it should be removed from the table. In addition, if all alternatives share exactly the same support-rejection pair on one criterion, that criterion's entropy comes out at exactly 1, its divergence at exactly 0; if every criterion is like this, the weight denominator goes to zero and the method becomes undefined.
Mistakes Specific to This Extension
Value-space violation. Every cell must satisfy μ ∈ [0,1], ν ∈ [0,1], μ + ν ≤ 1; otherwise the share of indecision comes out negative and the entropy measure becomes meaningless.
Confusing it with crisp ENTROPY. This is the mistake the manifest itself warns about most strongly: intuitionistic fuzzy entropy (four-term, the Vlachos-Sergiadis 2007 measure) and crisp entropy (two-term, Shannon 1948, on probability-normalised data) are different formulas. Treating the degree of support (μ) directly as a probability and running the classic Shannon formula, that is, ignoring the rejection and indecision information, can produce a completely different, even reversed, weight distribution.
Failing to apply the special rule at the boundary. If the x·ln(x) = 0 convergence rule is not applied when μ = 0 or ν = 0, the calculation comes out undefined (ln 0).
Failing to notice a table where every criterion is degenerate (identical). If every alternative's support-rejection pair is very close to every other's on every criterion, total divergence approaches zero and weights become undefined; DecisionMind raises an error in this case, rather than silently filling the result with "equal weight."
The governing principle is this:
Intuitionistic fuzzy entropy processes the support-rejection-indecision triple with a four-term measure, without converting it to probability; confusing this with crisp entropy's two-term probabilistic measure produces a different, even reversed, weight distribution.
Cases
The first case is a literature case. It uses the figures from the illustrative example in Hung & Chen's (2010) article (§4, page 23) exactly as published. The second case is an illustrative fiction.
1. Illustrative example: Five candidates, three criteria (Hung & Chen, 2010, §4)
In the example from Hung & Chen's (2010) article, five candidates (A1-A5) are assessed on three criteria; the first two are "more is better," the third is environmental pollution ("less is better"). The support-rejection pairs given separately by three decision-makers were combined with DM weights (0.4; 0.3; 0.3) to obtain the collective matrix in the article's Table 4; this card uses that collective matrix (the aggregation step here is an identity transformation, that is, it can be taken directly as input).
| Candidate | C1 (more is better) | C2 (more is better) | C3 (environmental pollution, less is better) |
|---|---|---|---|
| A1 | (0.81; 0.12) | (0.87; 0.07) | (0.32; 0.46) |
| A2 | (0.89; 0.06) | (0.81; 0.00) | (0.36; 0.56) |
| A3 | (0.82; 0.08) | (0.78; 0.14) | (0.38; 0.55) |
| A4 | (0.89; 0.00) | (0.80; 0.11) | (0.28; 0.59) |
| A5 | (0.82; 0.18) | (0.78; 0.15) | (0.50; 0.41) |
The method computes the four-term entropy measure for each criterion from the five candidates' support-rejection-indecision triples, finds the divergence, and normalises it. The figures have been independently reproduced in Python and match the article's own values (and DecisionMind's kernel output) within a tolerance of 1e-9.
| Criterion | Entropy (E) | Divergence (d) | Weight (w) |
|---|---|---|---|
| C1 | 0.4477 | 0.5523 | 0.509 |
| C2 | 0.4985 | 0.5015 | 0.462 |
| C3 | 0.9679 | 0.0321 | 0.030 |
The result reads as follows. C3 (environmental pollution) receives almost no weight at all (0.030), because the five candidates give close support-rejection pairs on this criterion (a narrow band between 0.28 and 0.50). C1 and C2, by contrast, diverge more among the candidates and share almost all of the weight between them (0.509 and 0.462).
The team had one hesitation. The gap between C1 (0.509) and C2 (0.462) is small. When one candidate's (A2) degree of support on C1 is pulled down from 0.89 to 0.82, the weights shift to 0.503/0.467/0.030; the ranking (C1>C2>C3) is preserved but the gap narrows further still. C3's low weight, meanwhile, stays close to 0.03 across various single-cell changes; this is a robust finding that the environmental-pollution criterion barely affects the decision in this data set.
In the report: "The weights were derived using the Vlachos-Sergiadis (2007) intuitionistic fuzzy entropy measure; C1 and C2 share the decision almost equally (0.509 and 0.462), while the environmental-pollution criterion (C3) has a negligible weight (0.030) because the candidates stay within a narrow band. This means the pollution criterion is not unimportant, but it fails to discriminate among these five candidates."
Source: Hung, C.-C., & Chen, L.-H. (2010). A multiple criteria group decision making model with entropy weight in an intuitionistic fuzzy environment. Lecture Notes in Electrical Engineering, Vol. 52 (Ch. 2), p. 23; the collective matrix and the E/d/w values are taken exactly from the article's Table 4 and its accompanying paragraph.
2. Culture and arts: A foundation's evaluation of arts-project grant applications
A foundation active in the cultural sector will assess four arts projects that have applied during a grant round, on three criteria: artistic originality, potential for community reach (both "more is better") and budget risk ("less is better"). The jury reports, separately for each project on each criterion, how much support and how much reservation it holds towards the judgement "this project satisfies the criterion"; because the jury has five members, individual assessments are first combined with IFWA.
The method computes the four-term entropy of each criterion on the combined matrix, finds the divergence, and converts it into a weight. Suppose the jury members largely agree on the artistic-originality criterion across the projects, that is, their degrees of support are close to one another, but diverge sharply on the budget-risk criterion, with strong support for some projects and strong reservation about others. The result gives the highest weight to budget risk.
The foundation has a hesitation. The low weight given to artistic originality does not mean the foundation considers originality unimportant; the jury is already in agreement on this criterion, so it does not determine which project is chosen. The foundation should explain to applicants that it has not disregarded artistic originality just because its weight is low, and should not leave the final decision to the weighted ranking alone.
In the report: "Criterion weights have been derived from the support-rejection-indecision structure of the jury's assessments using intuitionistic fuzzy entropy; the high weight of budget risk reflects disagreement among the jury, while the low weight of artistic originality shows the jury is in agreement on this criterion, not that it is unimportant."
3. What Not to Do
The first mistake is treating the degrees of support (μ) in the illustrative example directly as probabilities and running the classic two-term Shannon formula. This sends C3's weight rocketing from 0.030 to 0.919, and pushes C1 and C2 almost to zero (0.042 and 0.039). Because rejection and indecision information is entirely ignored, the result is nearly the exact opposite of the correct calculation.
The second mistake is failing to apply the x·ln(x) = 0 rule at cells where μ = 0 or ν = 0, and trying to compute ln(0) directly instead. This produces an undefined result.
The third mistake is trying to apply criterion direction (more/less is better) to this method as well. Because the entropy measure is symmetric under swapping support and rejection, direction information changes nothing here; attempting to apply it is an unnecessary step.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/if-entropy
Hung, C.-C., & Chen, L.-H. (2010). A multiple criteria group decision making model with entropy weight in an intuitionistic fuzzy environment. Lecture Notes in Electrical Engineering, Vol. 52 (Ch. 2), 17–26. DOI: 10.1007/978-90-481-3517-2_2
Vlachos, I. K., & Sergiadis, G. D. (2007). Intuitionistic fuzzy information — Applications to pattern recognition. Pattern Recognition Letters, 28(2), 197–206. DOI: 10.1016/j.patrec.2006.07.004
Shannon, C. E. (1948). A mathematical theory of communication. Bell System Technical Journal, 27(3), 379–423. DOI: 10.1002/j.1538-7305.1948.tb01338.x
Atanassov, K. T. (1986). Intuitionistic fuzzy sets. Fuzzy Sets and Systems, 20(1), 87–96. DOI: 10.1016/S0165-0114(86)80034-3