fuzzyData {FuzzyAHP} | R Documentation |
Function that creates FuzzyData
Description
This methods construct object FuzzyData
based on provided matrix
.
The matrix needs to be have rows represent individual fuzzy numbers and three colums that
represent minimal, modal and maximal value of fuzzy number.
Usage
fuzzyData(data, single.value = TRUE)
## S4 method for signature 'matrix'
fuzzyData(data, single.value = TRUE)
Arguments
data |
A |
single.value |
An optional boolean parameter (default value TRUE) specifying if the data to be turn into fuzzy data is single vector of fuzzy numbers (then it needs to have 3 colums) or if the whole matrix needs to be turn into fuzzy values. |
Value
An object of class FuzzyData
See Also
[Package FuzzyAHP version 0.9.5 Index]