Skip to content

Commit

Permalink
Descripcion
Browse files Browse the repository at this point in the history
  • Loading branch information
marjosavi481 committed Aug 31, 2023
1 parent 526075d commit a7ee1b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ Authors@R: c(
comment = c(ORCID = "0000-0002-6068-960X")),
person("Concepcion", "Maroto", , "cmaroto@eio.upv.es", role = "aut",
comment = c(ORCID = "0000-0001-8512-3197")))
Description: Multicriteria decision-making evaluations based on PROMETHEE (Preference Ranking Organisation METHod for Enrichment of Evaluations) method, to assess a large number of alternatives to obtain partial and complete rankings. Moreover, the package provides the GLNF (Global Local Net Flow) sorting algorithm to classify alternatives into ordered categories and quality index function to measure the classification quality.
Description: PROMETHEE (Preference Ranking Organisation METHod for Enrichment of
Evaluations) based method assesses alternatives to obtain partial and complete
rankings. The package also provides the GLNF (Global Local Net Flow) sorting
algorithm to classify alternatives into ordered categories, as well as an index
function to measure the classification quality. Barrera, F., Segura, M., &
Maroto, C. (2023) <doi:10.1111/itor.13288>. Brans, J.P.; De Smet, Y., (2016)
<doi:10.1007/978-1-4939-3094-4_6>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
3 changes: 2 additions & 1 deletion R/PROMETHEEII.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
#' @references
#' Brans, J.P.; De Smet, Y., (2016). PROMETHEE Methods. In: Multiple Criteria
#' Decision Analysis. State of the Art Surveys, Figuera, J., Greco, S.,
#' Ehrgott, M.; Springer: New York, USA, pp. 187-219. DOI: 10.1007/978-1-4939-3094-4_6.
#' Ehrgott, M.; Springer: New York, USA, pp. 187-219.
#' <https://doi.org/10.1007/978-1-4939-3094-4_6>.
#' @export PROMETHEEII
#' @details
#' - The types of preference function are as follows: "linear", "v-shape",
Expand Down
3 changes: 2 additions & 1 deletion man/PROMETHEEII.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7ee1b7

Please sign in to comment.