Convert matrix to Pareto front data frame.
Inside ecr EMOA algorithms the fitness is maintained in an (o,n)(o, n)(o,n) matrix where ooo is the number of objectives and nnn is the number of individuals. This function basically transposes such a matrix and converts it into a data frame.
toParetoDf(x, filter.dups = FALSE)
x: [matrix]
x
matrix
Matrix.
filter.dups: [logical(1)]
filter.dups
logical(1)
Shall duplicates be removed? Default is FALSE.
FALSE
[data.frame]
data.frame
Useful links