getFuzzyScale-methods function

Function to create Fuzzy Scale

Function to create Fuzzy Scale

This methods creates fuzzy scale that are used while fuzzifying Piecewise comparison matrix.

Full scale is:

1/212
123
234
345
456
567
678
789
899

Basic scale is:

1/313
135
357
579
799
getFuzzyScale(type) ## S4 method for signature 'character' getFuzzyScale(type)

Arguments

  • type: An object of class character. Two values are possible "full" and "basic".

Returns

A matrix representing the fuzzy scale.