An S4 class to be used by all RPromethee methods.
datMat
A matrix containing the data from criterias and alternatives.
vecWeights
A vector of weights for each criteria.
vecMaximiz
A logical vector to indicate if the criteria should be maximized or minimized.
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.
normalize
A boolean to normalize the index.
alphaVector
A numerical vector to indicate the size of the interval for each alternative in Promethee III ranking.
band
A numerical matrix with m rows corresponding to each criteria and one column corresponding to the bandwitch estimated for that criteria.
constraintDir
A character vector with the direction of constraints to be optimized in Promethee V.
bounds
A numeric vector used in Promethee V for the right-hand sides of the constraints.
alternatives
A character vector with alternatives names.
criterias
A character vector with criterias names.