Learn R Programming

FuzzyAHP (version 0.9.5)

calculateWeights: Function to calculate fuzzy weights based on comparison matrix

Description

This functions calculates '>Weights or '>FuzzyWeights based on input pairwise comparison matrix.

Usage

calculateWeights(comparisonMatrix)

# S4 method for PairwiseComparisonMatrix calculateWeights(comparisonMatrix)

# S4 method for FuzzyPairwiseComparisonMatrix calculateWeights(comparisonMatrix)

Arguments

comparisonMatrix

object of either '>PairwiseComparisonMatrix or '>FuzzyPairwiseComparisonMatrix

References

KREJ<U+010C><U+00CD>, Jana, PAVLA<U+010C>KA, Ond<U+0159>ej and TALA<U+0160>OV<U+00C1>, Jana, 2016, A fuzzy extension of Analytic Hierarchy Process based on the constrained fuzzy arithmetic. Fuzzy Optimization and Decision Making. 2016. DOI 10.1007/s10700-016-9241-0.

See Also

PairwiseComparisonMatrix-class