TOPSIS Package
Project description
Topsis Topsis (Technique for Order of Preference by Similarity to Ideal Solution) is a technique used for choosing best out of available choices when the best choice is dependent on more than one parameter. So, basically it is a technique for multi-criteria decision making (MCDM). So, this is a package which helps you to apply this technique to a dataset. The dataset should have all columns having numerical values. You have to pass the weights and impacts of each column in different strings while running the command. Impacts should contain either '+' sign or '-' sign where '+' denotes that the more the value for that column, more ideal it will be, and '-' denotes that the less the value for that column, more ideal it will be. And weights and impacts should be comma separated.
How to make it work : Command for running the package will look like : python topsismnvu.py <dataset_name> e.g. python topsismnvu.py dataset.csv "0.25,0.25,0.25,0.25" "+,-,+,+"
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file topsis_mnvu05-0.0.5.tar.gz.
File metadata
- Download URL: topsis_mnvu05-0.0.5.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4f9ef0c0789bbc9ba13eb3faeb1c82422c74f3922735824f1936c02b381752e
|
|
| MD5 |
55b79fc6f96f02e2c267b39ff8d048fd
|
|
| BLAKE2b-256 |
49a0cac8466eec954a0486fe012077681f49fc3e5147604f486ff4b9cb7c7de5
|
File details
Details for the file topsis_mnvu05-0.0.5-py3-none-any.whl.
File metadata
- Download URL: topsis_mnvu05-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d997d94000da786072603dbcc846bbdd4e371d0c8de8723f7b1ddf515176c52e
|
|
| MD5 |
46a14fc5bd04a0aa42e2befc51f661d9
|
|
| BLAKE2b-256 |
3eeecb31cf7e37a7ec7fb2a52551779721e62c28af2cf19e9ea0468e87201814
|