pareto: Pareto optimization

Description Usage Arguments Value

View source: R/pareto.R

Description

Find Pareto optimal and Pareto non optimal solutions

Usage

1
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.


LilithF/doMIsaul documentation built on Dec. 17, 2021, 12:08 a.m.