A Python package to get best alternative available using TOPSIS method.
Project description
TOPSIS-Riya-102083026
A python package which implements TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) which is a multi-criteria decision analysis method.
Steps involved in TOPSIS Algorithm:
1. Creating an evaluation matrix (m x n).
2. Normalization of the matrix so formed such that each metric for a given model lies between 0 and 1.
3. Creating a weighted normalized matrix i.e. multiplying the metrics with the weights of respective model.
4. Determining the ideal best and ideal worst alternatives for each criterion.
5. Calculating the euclidean distance between the target alternative and ideal best and idealworst alternatives.
6. Calculate the TOPSIS score i.e. similarity to the ideal worst alternative.
7. Rank the models on the basis of the TOPSIS score thus obtained.s
Usage
Running the following query on the command-line interface will help you to rank the models i.e. choose the best alternative available from a given set of models based on multiple, usually conflicting criteria.
TOPSIS-Riya-102083026 <data_file_name> <weights> <impacts> <result_file_name>
Example - TOPSIS-Riya-102083026 data.csv "1,1,1,2" "+,+,-,+" result.csv
Note - Make sure that you run the command in the folder you have stored your data files , else provide the complete path of the file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file TOPSIS-Riya-102083026-1.0.4.tar.gz.
File metadata
- Download URL: TOPSIS-Riya-102083026-1.0.4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48353f39198e92ecaf9c6426e64f433a02aa9d7c778341569937c602f4287132
|
|
| MD5 |
cc588aa3906162e8506db29adb966b08
|
|
| BLAKE2b-256 |
320f3131c7c1e3e4f7b598a9d82be694784de824023962732f788af40559834e
|