Filter approximation sets by duplicate objective vectors.
filterDuplicated(x, ...)# S3 method for data.frame
filterDuplicated(x, ...)
# S3 method for matrix
filterDuplicated(x, ...)
# S3 method for ecr_multi_objective_result
filterDuplicated(x, ...)
# S3 method for list
filterDuplicated(x, ...)
[object
] Modified input x
.
[object
]
Object of type data frame (objectives column-wise), matrix (objectives row-wise),
ecr_multi_objective_result
or list
(with components “pareto.front”)
and “pareto.set”.
[any]
Not used at the moment