Skip to content

Commit

Permalink
cambio titulos
Browse files Browse the repository at this point in the history
  • Loading branch information
marjosavi481 committed Aug 29, 2023
1 parent 72327e1 commit 30091fe
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: PrometheeTools
Title: PROMETHEE for Ranking and Sorting Application
Title: PROMETHEE for Ranking and Sorting Applications
Version: 0.0.0.9000
Authors@R: c(
person("Felipe", "Barrera", , "ifelipebj@hotmail.com", role = c("aut", "cre", "cph"),
person("Felipe", "Barrera", , "ifelipebj@hotmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3236-6966")),
person("Marina", "Segura", , "marina.segura@ucm.es", role = "aut",
comment = c(ORCID = "0000-0002-6068-960X")),
person("Concepcion", "Maroto", , "cmaroto@eio.upv.es", role = "aut",
comment = c(ORCID = "0000-0001-8512-3197")))
Description: Functions based on the PROMETHEE (Preference Ranking Organisation METHod for Enrichment of Evaluations) multicriteria decision-making method. These functions allow to evaluate a large number of alternatives to obtain partial rankings, total rankings, and sorting in ordered categories. Also included is a function to measure the quality of classifications of alternatives based on sorting methods.
Description: Functions based on PROMETHEE (Preference Ranking Organisation METHod for Enrichment of Evaluations), a multicriteria decision-making method,to evaluate a large number of alternatives to obtain partial and total rankings, and classifications in ordered categories. Includes a function to measure classification quality based on sorting methods.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion R/GLNF.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Global Local Net Flow Sorting
#'Global and Local Searches for Net Flows to sort
#'
#'This function applies the GLNF Sorting (Global Local Net Flow Sorting)
#'algorithm to sort the alternatives into groups ordered according to the
Expand Down
2 changes: 1 addition & 1 deletion R/PROMETHEEII.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' PROMETHEE I and II
#' PROMETHEE Outranking Method
#'
#'PROMETHEE is a multicriteria method that quantifies preference relationships
#'and obtains net flows, generating a ranking that reflects the decision-maker's
Expand Down
8 changes: 4 additions & 4 deletions R/SILS.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' Silhouette for sorting
#' Quality Index of Silhouette for Sorting
#'
#' This function calculates a silhouette quality index based on PROMETHEE II net
#' flows to evaluate the classifications of alternatives that were obtained
#' with PROMETHEE-based ordered sorting methods.
#' This function computes a quality index for `SILS` (Silhouette for Sorting),
#' which relies on PROMETHEE II net flows to assess the classifications produced
#' by PROMETHEE-based ordered sorting methods.
#' @param matrix_evaluation Matrix encompassing the values of the alternatives
#' according to various criteria and classification. The rows represent the
#' alternatives and the limiting profiles, the columns correspond to the
Expand Down
2 changes: 1 addition & 1 deletion man/GLNF.Rd

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

2 changes: 1 addition & 1 deletion man/PROMETHEEII.Rd

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

8 changes: 4 additions & 4 deletions man/SILS.Rd

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

0 comments on commit 30091fe

Please sign in to comment.