defuzziffy {FuzzyAHP} | R Documentation |
Function to defuzzify fuzzy data
Description
This function defuzzifies FuzzyData
into single value.
The FuzzyData
can only contain one fuzzy number, otherwise the defuzzification is not possible.
Usage
defuzziffy(fuzzyData, type = "mean")
## S4 method for signature 'FuzzyData'
defuzziffy(fuzzyData, type = "mean")
Arguments
fuzzyData |
|
type |
A |
Details
The triangular fuzzy numbers represented as triplet
are defuzzified using these
methods:
"Yager"
:
"modalvalue"
:
"modalValueDominancy"
:
"mean"
:
.
Value
A numeric value of defuzzified value, based on deffuzification method.
[Package FuzzyAHP version 0.9.5 Index]