compareFuzzyNumbers {FuzzyAHP} | R Documentation |
Function to mutually compare fuzzy data
Description
This function compares fuzzy data FuzzyData
to identify the optimal (best) cases.
The FuzzyData
can only contain one fuzzy number, otherwise the comparison is not possible.
The calculation of type "possibilityTheory"
can be time consuming as it is based on comparing each fuzzy
number to a maximal fuzzy number obtained from the set of fuzzy numbers.
Usage
compareFuzzyNumbers(fuzzyData, type, progressBar = FALSE)
## S4 method for signature 'FuzzyData,character'
compareFuzzyNumbers(fuzzyData, type, progressBar = FALSE)
Arguments
fuzzyData |
|
type |
A |
progressBar |
logical value indicating if textual progress bar should be printed (default value |
Value
A "matrix"
of numeric value in case of "Chen"
method or
a "matrix"
with two values in case of "possibilityTheory"
.
[Package FuzzyAHP version 0.9.5 Index]