getFuzzyNumber {FuzzyAHP} | R Documentation |
This methods helps with extracting fuzzy numbers from FuzzyData
and
FuzzyWeights
.
getFuzzyNumber(object, index)
## S4 method for signature 'FuzzyData,integer'
getFuzzyNumber(object, index)
## S4 method for signature 'FuzzyWeights,integer'
getFuzzyNumber(object, index)
object |
An object of class |
index |
An object of class |
A matrix
where rows are fuzzy numbers and columns are important values.