This page is published in English.
ELECTRE family
BN-ELECTRE-I - Bipolar Neutrosophic ELECTRE-I
Bipolar neutrosophic outranking - concordance/discordance dominance
Akram, M., Shumaiza, Smarandache, F.2018doi:10.3390/axioms7020033 ↗
Overview
BN-ELECTRE-I produces a partial order (outranking graph), not a total ranking. The output is a set of non-dominated alternatives (kernel). When comparing two alternatives, three outcomes are possible: (a) outranking (π_xy=1), (b) indifference (π_xy=π_yx=1), or (c) incomparability (π_xy=π_yx=0). This is more conservative than BN-TOPSIS which forces a total order. Use BN-ELECTRE-I when you want to identify a shortlist rather than a single winner.
- Output
- partial order
- Data
- Bipolar Neutrosophic, bipolar neutrosophic ratings
- Size
- 2+ alternatives, 3-8 criteria works best
- Used for
- Supplier selection, site selection, HR selection
How it works
- 1
Steps 1-3 are identical to BN-TOPSIS: (i) construct BN decision matrix K; (ii) compute weights by maximizing deviation or use given weights; (iii) build weighted BN decision matrix K⊗W. See BN-TOPSIS.json F1-F3 for formulas.
Akram et al. 2018, §4, Step (i-iii) referencing §2
- 2
Step 4 - Compute the BNS score ρ_ij = T+_ij + I+_ij + F+_ij + T-_ij + I-_ij + F-_ij for each entry of the weighted matrix. For each ordered pair (x,y) with x≠y, partition criteria into bipolar neutrosophic concordance set E_xy = {j | ρ_xj ≥ ρ_yj} and discordance set F_xy = {j | ρ_xj ≤ ρ_yj}.
Akram et al. 2018, §4, Step (iv)
- 3
Step 5 - Build the m×m bipolar neutrosophic concordance matrix E. The concordance index e_xy = Σ_{j∈E_xy} w_j (sum of weights of criteria on which x outscores y). Diagonal entries are undefined (-).
Akram et al. 2018, §4, Step (v)
- 4
Step 6 - Build the m×m bipolar neutrosophic discordance matrix F. The discordance index f_xy = max_{j∈F_xy} d_N(x,y,j) / max_j d_N(x,y,j), where d_N(x,y,j) is the normalised Euclidean distance between the weighted BNS entries of x and y on criterion j (same formula as in BN-TOPSIS: sqrt of 6 squared differences / 6n, here with n=1 per criterion).
Akram et al. 2018, §4, Step (vi)
- 5
Step 7 - Compute the concordance level ê = (1 / m(m-1)) × Σ_{x≠y} e_xy (mean of all concordance indices) and the discordance level f̂ = (1 / m(m-1)) × Σ_{x≠y} f_xy (mean of all discordance indices).
Akram et al. 2018, §4, Step (vii)
- 6
Step 8 - Build the concordance dominance matrix φ: φ_xy = 1 if e_xy ≥ ê, else 0. Build the discordance dominance matrix ψ: ψ_xy = 1 if f_xy ≤ f̂, else 0. Build the aggregated dominance matrix π: π_xy = φ_xy × ψ_xy.
Akram et al. 2018, §4, Steps (viii)-(x)
- 7
Step 9 - Interpret the aggregated dominance matrix π as a directed outranking graph: an arrow from S_x to S_y exists iff π_xy = 1. Three cases: (a) unique arrow S_x→S_y: S_x preferred to S_y; (b) arrows both directions: S_x and S_y indifferent; (c) no arrow: S_x and S_y incomparable. Identify the kernel (non-dominated alternatives) as the final choice set.
Akram et al. 2018, §4, Step (xi)
Fits when / Look elsewhere when
Fits when
- •Preserves bipolar_neutrosophic uncertainty through the pipeline rather than premature crispification at elicitation
Look elsewhere when
- •A complete total ranking is required - use BN-TOPSIS instead
- •Number of alternatives > 15 (pairwise comparison becomes unwieldy)
Assumptions to verify
- Decision maker can provide bipolar neutrosophic assessments
- A partial order output (shortlist) is acceptable
Edge cases and pitfalls
- •if e_xy ≥ ê, else 0. Build the discordance dominance matrix ψ: ψ_xy = 1 if f_xy ≤ f̂, else 0. Build the aggregated dominance matrix π: π_xy = φ_xy × ψ_xy.
The BNS score ρ_ij = T+ + I+ + F+ + T- + I- + F- can be zero or negative (since T-,I-,F- ∈ [-1,0]). This is the defining score for concordance set membership - do not confuse with other BNS score functions.
The discordance formula normalises by max_j d_N(x,y,j) over ALL criteria pairs (not just F_xy). If all distances are zero (identical alternatives), discordance is undefined.
BN-ELECTRE-I may not produce a complete ranking. If needed, apply successive ELECTRE runs removing the kernel to get a full ranking.
How to cite
Akram, M.; Shumaiza; Smarandache, F. (2018). Decision-Making with Bipolar Neutrosophic TOPSIS and Bipolar Neutrosophic ELECTRE-I. Axioms. https://doi.org/10.3390/axioms7020033
System ID, as it appears in reports and the API
BN-ELECTRE-I