Description Usage Arguments Value
View source: R/Promethee4Kernel.R
Calculates PROMETHEE IV KERNEL method.
1 | brutePrometheeIVKernel(datMat_temp, vecWeights, prefFunction, parms, band, normalize)
|
datMat_temp |
A matrix containing the data from criterias and alternatives. |
vecWeights |
A vector of weights for each criteria. |
prefFunction |
A numerical vector to indicate the type of the Preference Function:
|
parms |
a numerical matrix with parameters associated to the Preference Function. They're defined as a matrix of n columns and m rows. The maximum number of parameters is 3 and m is the number of criterias. The parameters are:
|
band |
A numerical matrix with m rows corresponding to each criteria and one column corresponding to the bandwitch estimated for that criteria. This bandwitch is used for Kernel Density Estimation in Promethee IV Kernel. By default, it is calculated using bw.nrd0. |
normalize |
A boolean to normalize the index. |
Preference Matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.