nondominated_points {emoa} | R Documentation |
Return those points which are not dominated by another point in
points
. This is the Pareto front approximation of the
point set.
nondominated_points(points)
points |
Matrix of points, one per column. |
Those points in points
which are not dominated by
another point.
Olaf Mersmann olafm@statistik.tu-dortmund.de