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 |
... |
Others parameters passed to the |
Value
matrix with ranking values
[Package utiml version 0.1.7 Index]