Skip to content

Commit

Permalink
tablas se agrega criterion j
Browse files Browse the repository at this point in the history
  • Loading branch information
marjosavi481 committed Aug 30, 2023
1 parent 4e20b20 commit 4ea81a4
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ SILS(matrix_evaluation, data_criteria, k, SILS_plot = TRUE)
The evaluation matrix for the `matrix_evaluation` should be structured as
follows:

| Alternative | Criterion 1 | Criterion 2 | Criterion 3 | ... | Criterion m |
|---------------|-------------|-------------|-------------|-----|-------------|
| Alternative 1 | | | | | |
| Alternative 2 | | | | | |
| Alternative 3 | | | | | |
| ... | | | | | |
| Alternative | Criterion 1 | Criterion 2 | ... | Criterion j | ... | Criterion m |
|---------------|-------------|-------------|-----|-------------|-----|-------------|
| Alternative 1 | | | | | | |
| Alternative 2 | | | | | | |
| Alternative 3 | | | | | | |
| ... | | | | | | |
| Alternative n | | | | | | |


Where:
- `Alternative` are the names or identifiers of the alternatives being
Expand Down Expand Up @@ -107,13 +109,13 @@ appropriate values for each alternative-criterion combination.
The criteria parameters table for the `data_criteria` should be structured as
follows:

| Parameter | Criterion 1 | Criterion 2 | Criterion 3 | ... | Criterion m |
|------------------------|-------------|-------------|-------------|-----|-------------|
| Function Type | | | | | |
| Indifference Threshold | | | | | |
| Preference Threshold | | | | | |
| Objective | | | | | |
| Weight | | | | | |
| Parameter | Criterion 1 | Criterion 2 | ... | Criterion j | ... | Criterion m |
|------------------------|-------------|-------------|-----|-------------|-----|-------------|
| Function Type | | | | | | |
| Indifference Threshold | | | | | | |
| Preference Threshold | | | | | | |
| Objective | | | | | | |
| Weight | | | | | | |

Where:
- `Criterion 1`, `Criterion 2`, etc. are placeholders for the specific names of
Expand Down

0 comments on commit 4ea81a4

Please sign in to comment.