alternativeValuesAsDataFrame

fun alternativeValuesAsDataFrame(firstColumnName: String = "Alternatives"): AnyFrame

Returns a data frame with the first column being the alternatives by name, a column of values for each metric for each alternative, and a final column representing the overall value for the 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 resulting data frame will be sorted by the overall value column with higher value being preferred.