pairwise_comparison: Pairwise comparison

Description Usage Arguments Value Examples

View source: R/pairwise_comparaison.R

Description

Compare one by one all the individu evaluations and give them a rank and count how many individu dominate each individus and the individus that are dominated by each individus

Usage

1
pairwise_comparison(X, sens = rep("min", NCOL(X)))

Arguments

X

a matrix/data.frame of all the selected individus evaluation

sens

the objectif fonctions goal which can be either "min" or "max"

Value

a list of two element for each individu. First the dominated_count which mean how many individu are better. Secondly the dominating_index which gather the index of the dominted individu.

Examples

1
sum(1:10)

alex-conanec/optisure documentation built on Dec. 19, 2021, 12:27 a.m.