Function to extract specific fuzzy numbers
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 FuzzyData
or FuzzyWeights
index
: An object of class integer
that represents one or more indices to extract the data fromA matrix
where rows are fuzzy numbers and columns are important values.