calculate_weighting_vector {FuzzyAHP} | R Documentation |
Function to calculate fuzzy weighting vector
Description
This functions calculates fuzzy weighting vector from FuzzyWeights
.
The calculation was first described by Chang (1996).
Usage
calculate_weighting_vector(fuzzyWeights)
## S4 method for signature 'FuzzyWeights'
calculate_weighting_vector(fuzzyWeights)
Arguments
fuzzyWeights |
object of FuzzyWeights |
Value
weighting vector for defined FuzzyWeights.
References
CHANG, Da-Yong, 1996, Applications of the extent analysis method on fuzzy AHP. European Journal of Operational Research. 1996. Vol. 95, no. 3, p. 649–655. DOI 10.1016/0377-2217(95)00300-2.
[Package FuzzyAHP version 0.9.5 Index]