Extension card · Neutrosophic
Neutrosophic TOPSIS (Biswas, Pramanik & Giri, 2016)
This is the single-valued neutrosophic form of TOPSIS. Criterion evaluation is given through degrees of truth, indeterminacy and falsity. The method builds the ideal and anti-ideal points from these three components, measures distance across all three, and ranks the result with a single closeness coefficient.
Base method
TOPSIS →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Neutrosophic →
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 decision logic does not.
Cells. In crisp TOPSIS every cell is a single number. Here every cell is three numbers: truth (T), indeterminacy (I) and falsity (F). Each lies between 0 and 1, and the three are independent of one another; their sum is not expected to equal 1. For cost criteria, truth and falsity swap places, that is, their complement is taken. When a criterion is "lower is better," its T and F values are reversed and converted to the benefit direction, while I stays as it is. Criterion weights remain crisp, single numbers; the method does not generate weights, it takes them from outside.
Weighting. In crisp TOPSIS, weighting is multiplication. Here the neutrosophic triple is weighted by a crisp weight through a scalar-multiplication operation; this operation preserves the triple's T-I-F structure (all three stay within 0-1) but is defined by a formula different from crisp-number multiplication.
Ideal, anti-ideal and distance. In crisp TOPSIS, the ideal and anti-ideal are each column's single best/worst value. Here the ideal for each column is built component-wise from the weighted triples: in the benefit direction, T takes its highest value while I and F take their lowest. The anti-ideal is built the opposite way. Where crisp TOPSIS's distance comes from a single difference, here the method takes the T difference, the I difference and the F difference together on every criterion and measures a normalised distance across them. All three components enter the calculation; because none is derived from another, all three are carried separately.
Result and defuzzification. The definition is the same: the ratio of the distance to the anti-ideal over the sum of the two distances. The result is again a single number between 0 and 1. For this extension, DecisionMind fixes the complementation rule (the T-F swap on a cost criterion), the weighted scalar multiplication and the three-component normalised distance. Indeterminacy (I) enters the result but is not reported separately; it dissolves, together with T and F, into a single distance figure.
How to Read the Output
The output is a closeness coefficient and a ranking, as in crisp TOPSIS, and it is read the same way: it is not a percentage, and it cannot be compared with a different analysis.
Beneath the score lie three independent components, truth, indeterminacy and falsity, and this is where the difference emerges. One of them, indeterminacy, matters particularly, because it is indeterminacy that carries how incomplete or contradictory the evidence is. When two alternatives' scores are close, looking at which one carries the higher indeterminacy shows which rests on the sounder evidence; the score itself does not distinguish this.
Thus instead of writing:
"N-TOPSIS takes indeterminacy into account, so the result is more reliable"
the report should read:
"How incomplete or contradictory the evidence behind the assessment is has been carried in a separate component; A3, at 0.623, sits slightly ahead of A1 (0.597), and this gap closes if A3's truth-indeterminacy-falsity values on the third criterion worsen somewhat"
When to Prefer This over the Base Method
This extension is used when the information about a criterion is incomplete, inconsistent or contradictory, and this matters for the decision itself. Typical situations include evaluating alternatives with no track record, expert opinions drawn from conflicting sources, and analyses where the unknown share must be reported explicitly. Where the opposing view needs to be held under a separate sign, that is, a negative pole, BN-TOPSIS is used. Where support and rejection alone are sufficient and their sum does not exceed 1, IF-TOPSIS suffices; carrying a third, independent component (I) is an unnecessary burden in that case.
Where criteria are measured, the base method should be kept; this condition holds here too. Converting a measured value directly into a triple, that is, taking T from the score, F from 1-T and I from zero, violates the core principle of the Neutrosophic data-type card: each component must come from its own body of evidence. When the table is mixed, DecisionMind requires a single data type; a measured criterion can be written as (t, 0, 1-t), but this states "no indeterminacy" and adds no information. If no compromise is acceptable on one criterion, this extension too is compensatory and will not eliminate anything below a threshold.
Mistakes Specific to This Extension
Violating the value-domain constraint. T, I and F must each lie between 0 and 1, and their sum must not exceed 3; if this is violated, the weighting and distance calculations produce invalid numbers.
Applying the score function too early. The canonical choice for ranking is the score function S=(T-F+1)/2, but this function is used only at the RESULT stage. Reducing every cell to a single number with this function at the input stage and then running crisp TOPSIS drops the indeterminacy component (I) from the calculation entirely. The illustrative example below shows this component having no effect on the score at all.
Forcing the sum to equal 1. Expecting the three components to sum to 1, or computing I as 1-T-F, collapses the neutrosophic structure into an intuitionistic or picture fuzzy structure; N-TOPSIS's three components are independent of one another.
Choosing a different score function without stating it. More than one score function has been proposed in the literature, each weighting indeterminacy differently; if which one was used is not stated in the report, a comparison against different software becomes misleading.
The governing principle is this:
Truth, indeterminacy and falsity must come from separate sources, and reduction to a single number for ranking must happen only at the final step, not at the input stage.
Cases
There is no numerical example tied to a published paper page for manifest J (the Biswas, Pramanik & Giri 2016 paper is not accessible in the library); the first case is therefore an illustrative example, faithful to the manifest's F steps, with three alternatives and three criteria, that can be followed by hand. The second case is an illustrative construction.
1. Illustrative example: Scoring three alternatives on three criteria in neutrosophic form
Three alternatives are assessed on three benefit criteria; every cell is a truth-indeterminacy-falsity triple.
| Alternative | Criterion 1 (T,I,F) | Criterion 2 (T,I,F) | Criterion 3 (T,I,F) |
|---|---|---|---|
| A1 | (0.70; 0.20; 0.10) | (0.60; 0.30; 0.20) | (0.50; 0.40; 0.30) |
| A2 | (0.50; 0.30; 0.40) | (0.70; 0.20; 0.20) | (0.60; 0.30; 0.30) |
| A3 | (0.80; 0.10; 0.20) | (0.50; 0.40; 0.30) | (0.70; 0.30; 0.20) |
| Weight | 0.40 | 0.30 | 0.30 |
| Direction | higher is better | higher is better | higher is better |
The method multiplies every triple by its weight, builds the ideal and anti-ideal triple component-wise for each criterion, computes the three-component normalised distance, and finds the closeness coefficient.
| Alternative | Closeness coefficient | Rank |
|---|---|---|
| A3 | 0.623 | 1 |
| A1 | 0.597 | 2 |
| A2 | 0.326 | 3 |
The result reads as follows. A3 has the highest truth and the lowest indeterminacy on Criterion 1, the heaviest criterion; A1's slight edge on Criterion 2 and Criterion 3 comes close to offsetting this but falls short. A2 is best on no criterion and finishes last by a clear margin.
Hesitation: the gap between A3 and A1 is only 0.026. If A3's value on the third criterion worsened somewhat, that is, (0.60; 0.40; 0.30) instead of (0.70; 0.30; 0.20), the ranking reverses completely: A1 moves ahead at 0.637, and A3 falls to 0.598. Similarly, if A3's truth on the first criterion (0.80) fell to 0.70 while its indeterminacy (0.10) rose to 0.20, A1 again comes out ahead (0.660 against 0.447). In this example, the ranking is fragile against a small worsening in the criteria where A3 is strong; the report states this.
It can also be shown that A1's indeterminacy on the third criterion (I=0.40) never enters the calculated score function at all. With T=0.50 and F=0.30 unchanged, the score would still come out at 0.60 even if I were zero. Computing the score at the input stage and then running crisp TOPSIS discards this indeterminacy information invisibly.
In the report: "Alternatives have been assessed with truth-indeterminacy-falsity triples. A3, at 0.623, is the alternative closest to the ideal; however, its gap to A1 is small (0.026), and the ranking reverses with a slight worsening of A3's values on the first or third criterion."
Source: DecisionMind's validation example for N-TOPSIS; since the Biswas, Pramanik & Giri (2016) paper is not accessible in the library, it was constructed by hand as a fixture faithful to the manifest's F steps (complementation, weighted scalar multiplication, three-component normalised distance) and verified by independently recomputing the engine. The numerical values are therefore not taken from the paper's own example; the scientific comparison (P.verification_status) remains open for scientific review.
2. Media: Assessing a news source's reliability from conflicting verification reports
A newsroom is trying to verify a claim before publication using three different sources. One of the criteria is the judgement "this source is reliable." The verification team gathers, for each source, track record (T), the source's motivation together with a lack of independent confirmation (I), and contradictory statements or a known history of misinformation (F) as separate pieces of information; some sources carry both strong corroborating and strong contrary evidence at once (high T and high F together).
The method weights the three sources' triples, builds the ideal and anti-ideal source, and computes the three-component distance. Suppose the result places first the source with the strongest track record but also some contradictory statements; the second-ranked source has weaker but more consistent corroborating and contrary evidence alike.
The newsroom's hesitation: the first source's high falsity component (F) calls for an extra round of verification before the claim is published; deciding on the closeness coefficient alone would mean ignoring the strong contrary evidence that source also carries. The newsroom may in this case seek a third, independent source.
In the report: "Sources have been ranked by assessing track record, lack of confirmation and contradictory-statement information as separate components; because the first source's falsity component is marked, the claim was not published without further verification."
3. What Not to Do
The first error, in the illustrative example, is reducing every triple to a single number at the input stage with the score function S=(T-F+1)/2 and then running crisp TOPSIS. The ranking comes out largely similar in this example, but A1's indeterminacy of I=0.40 on the third criterion never enters the calculation at all, and this loss of information stays invisible in the report. The second error is "correcting" A2's triple of (0.50; 0.30; 0.40) by setting F to 1-T-I=0.20; this breaks the independence of the three components and collapses N-TOPSIS into an intuitionistic fuzzy structure. The third error is forgetting to swap T and F on a cost criterion and treating it as a benefit criterion instead; the ideal on a "lower is better" criterion is then chosen with the highest truth alongside falsity, and the ranking becomes meaningless.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/n-topsis
Biswas, P., Pramanik, S., & Giri, B. C. (2016). TOPSIS method for multi-attribute group decision-making under single-valued neutrosophic environment. Neural Computing and Applications, 27(3), 727–737. DOI: 10.1007/s00521-015-1891-2
Wang, H., Smarandache, F., Zhang, Y. Q., & Sunderraman, R. (2010). Single valued neutrosophic sets. Multispace and Multistructure, 4, 410–413. (no DOI)
Smarandache, F. (1998). Neutrosophy: Neutrosophic Probability, Set, and Logic. American Research Press, Rehoboth. (no DOI)
Hwang, C. L., & Yoon, K. (1981). Multiple Attribute Decision Making: Methods and Applications: A State-of-the-Art Survey. Lecture Notes in Economics and Mathematical Systems, Vol. 186. Springer-Verlag. DOI: 10.1007/978-3-642-48318-9