fuzzyPairwiseComparisonMatrix1 {FuzzyAHP} | R Documentation |
This methods construct object FuzzyPairwiseComparisonMatrix based on provided PairwiseComparisonMatrix and two matrices that form lower an upper significant values of the PairwiseComparisonMatrix that form middle significant value.
fuzzyPairwiseComparisonMatrix1(lowerValues, pairwiseComparisonMatrix, upperValues)
## S4 method for signature 'matrix,PairwiseComparisonMatrix,matrix'
fuzzyPairwiseComparisonMatrix1(
lowerValues,
pairwiseComparisonMatrix,
upperValues
)
lowerValues |
A matrix of |
pairwiseComparisonMatrix |
PairwiseComparisonMatrix that consists of middle significant values. |
upperValues |
A matrix of |
This function allows user to specify fuzzy pairwise comparison matrix that is not based on fuzzy scale but rely more on user's specification. The middle significant values have to be definied by PairwiseComparisonMatrix to ensure some elementary properties. The significant values provided to this function have to be correctly ordered and fuzzy numbers have to be reciprocal otherwise the function fails.
Object of class FuzzyPairwiseComparisonMatrix