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.
fuzzyData(data, single.value = TRUE)# S4 method for matrix
fuzzyData(data, single.value = TRUE)
A matrix
with 3 colums.
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.