ranks As Data Frame
fun ranksAsDataFrame(rankingMethod: Statistic.Companion.Ranking = evaluationModel.defaultRankingMethod): AnyFrame
Returns a data frame with the first column being the distributions by name, a column of ranks for each metric for each distribution. The metric ranking columns are labeled as "${metric.name}_Rank"
Parameters
ranking Method
provides the type of ranking. By default, it is ordinal.