fuzzyData-methods: Function that creates FuzzyData

Description Usage Arguments Value See Also

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

1
2
3
4
fuzzyData(data, single.value = TRUE)

## S4 method for signature 'matrix'
fuzzyData(data, single.value = TRUE)

Arguments

data

A matrix with 3 colums.

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

FuzzyData


FuzzyAHP documentation built on Dec. 6, 2019, 5:10 p.m.