pareto: Pareto optimization
Description
Find Pareto optimal and Pareto non optimal solutions
Usage
pareto(bi.objective, obj.names = c("Cluster", "Regression"))Arguments
bi.objective
dataframe or matrix containing the objective values for
each case
obj.names
name of the two objectives (should be in
colnames(bi.objetive)).
Value
the entry bi.objective with an additional column "Dominated" with 1
for non optimal solutions and 0 for optimal.