A Python package to find TOPSIS for Multi-Criteria Decision Analysis Method
Project description
# Topsis Value Calculator Selection of an appropriate Multiple Attribute Decision Making (MADM) method for providing a solution to a given MADM problem is always challenging endeavour. The challenge is even greater for situations where for a specific MADM problem there exist multiple MADM methods with similar degree of suitability. The Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) helps solve MADM problems.
This is a Python package implementing TOPSIS method for multi-criteria decision analysis.
## Installation
$ pip install TOPSIS-102003105
- In the commandline, you can write as -
$ python <package_name> <path to input_data_file_name> <weights as strings> <impacts as strings> <result_file_name>
- E.g for input data file as data.csv, command will be like
$ python 102003105.py 102003105-data.csv “0,1,1,1,2,1” “+,-,-,+,-,+” 102003105-Result1.csv
This will give the output in 102003105-Result1.csv file
License -> MIT
Project details
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 102003105-1.0.5.tar.gz.
File metadata
- Download URL: 102003105-1.0.5.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bc035406f49f1607816818b7c4ac595cb91f240c1bf96c534d44d466dda0605
|
|
| MD5 |
1094556103495f7dcc2b42b9e9f0fd0d
|
|
| BLAKE2b-256 |
a86c3c96b039b0d28d8ffe73c181ceeb4d7d88058f7e0456e37fe8133839f8b1
|