alternative Ranks As Data Frame
fun alternativeRanksAsDataFrame(firstColumnName: String = "Alternatives", rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod): AnyFrame
Returns a data frame with the first column being the alternatives by name, a column of ranks for each metric for each alternative. The parameter firstColumnName can be used to name the first column of the returned data frame. By default, the first column name is "Alternatives". The metric ranking columns are labeled as "${metric.name}_Rank"
Parameters
ranking Method
provides the type of ranking. By default, it is ordinal.