applyLambda {waspasR} | R Documentation |
applyLambda
Description
Apply the lambda to assign a relative importance to each of the previously used methods (WSM and WPM). Lambda values range from zero to one
Usage
applyLambda(matrix_wsm, matrix_wpm, lambda)
Arguments
matrix_wsm |
The data set object obtained from the application of the calcWSM function |
matrix_wpm |
The data set object obtained from the application of the calcWPM function |
lambda |
The lambda value (between 0 and 1) |
Value
A data frame object that contains the alternatives set scored by and classified in descending order (from best to worst classified) according to the weighting proposed by the WASPAS method using the input lambda.
[Package waspasR version 0.1.5 Index]