Description Usage Arguments Value Examples
View source: R/pairwise_comparaison.R
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
1 | pairwise_comparison(X, sens = rep("min", NCOL(X)))
|
X |
a matrix/data.frame of all the selected individus evaluation |
sens |
the objectif fonctions goal which can be either "min" or "max" |
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.
1 | sum(1:10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.