Skip to content

Commit

Permalink
cambio definicion matrix_evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
marjosavi481 committed Aug 31, 2023
1 parent 8980011 commit 419ed28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/GLNF.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
#'local searches, intra-categorical and inter-categorical.
#' @usage
#' GLNF(matrix_evaluation, data_criteria)
#' @param matrix_evaluation Matrix with the values for all alternatives and
#' limiting profiles are row and columns correspond to the evaluation criteria.
#' @param matrix_evaluation The matrix includes the values for all alternatives.
#' The alternatives and limiting profiles are row and columns correspond to
#' the evaluation criteria.
#' @param data_criteria Matrix with the parameter information (rows) for each
#' criterion (columns). The rows of parameters are in the following order:
#' Function Type, Indifference Threshold, Preference Threshold, Objective and
Expand Down
4 changes: 2 additions & 2 deletions R/PROMETHEEII.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#'function applies PROMETHEE I (partial ranking) and PROMETHEE II (full ranking).
#'This function can handle a large number of alternatives.
#'
#' @param matrix_evaluation The matrix includes the values for all alternatives
#' and limiting profiles are rows and columns correspond to the evaluation
#' @param matrix_evaluation The matrix includes the values for all alternatives.
#' The alternatives profiles are rows and columns correspond to the evaluation
#' criteria.
#' @param data_criteria Matrix with the parameter information (rows) for each
#' criterion (columns). The rows of parameters are in the following order:
Expand Down

0 comments on commit 419ed28

Please sign in to comment.