as.ranking {utiml}R Documentation

Convert a mlresult to a ranking matrix

Description

Convert a mlresult to a ranking matrix

Usage

as.ranking(mlresult, ties.method = "min", ...)

Arguments

mlresult

The mlresult object

ties.method

A character string specifying how ties are treated (Default: "min"). see rank to more details.

...

Others parameters passed to the rank method.

Value

matrix with ranking values


[Package utiml version 0.1.7 Index]