TOPSIS Application
Project description
Topsis-Ikjot-102116071
for: Project-1 (UCS654)
submitted by: Ikjot Singh
Roll no: 102116071
Group: 3CS11
Topsis-Ikjot-102116071 is a Python library for dealing with Multiple Criteria Decision Making(MCDM) problems by using Technique for Order of Preference by Similarity to Ideal Solution(TOPSIS).
Installation
Use the package manager pip to install topsis-ikjot-102116071.
pip install topsis-ikjot-102116071
Usage
Enter csv filename followed by .csv extentsion, then enter the weights vector with vector values separated by commas, followed by the impacts vector with comma separated signs (+,-)
topsis sample.csv "1,1,1,1" "+,-,+,+"
or vectors can be entered without " "
topsis sample.csv 1,1,1,1 +,-,+,+
But the second representation does not provide for inadvertent spaces between vector values. So, if the input string contains spaces, make sure to enclose it between double quotes (" ").
To view usage help, use
topsis /h
Example
sample.csv
A csv file showing data for different mobile handsets having varying features.
| Model | Storage space(in gb) | Camera(in MP)| Price(in $) | Looks(out of 5) |
| :----: |:--------------------:|:------------:|:------------:|:---------------:|
| M1 | 16 | 12 | 250 | 5 |
| M2 | 16 | 8 | 200 | 3 |
| M3 | 32 | 16 | 300 | 4 |
| M4 | 32 | 8 | 275 | 4 |
| M5 | 16 | 16 | 225 | 2 |
weights vector = [ 0.25 , 0.25 , 0.25 , 0.25 ]
impacts vector = [ + , + , - , + ]
input:
topsis sample.csv "0.25,0.25,0.25,0.25" "+,+,-,+"
output:
TOPSIS RESULTS
-----------------------------
P-Score Rank
1 0.534277 3
2 0.308368 5
3 0.691632 1
4 0.534737 2
5 0.401046 4
topsis-ikjot-102116071
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
File details
Details for the file topsis-ikjot-102116071-0.0.1.tar.gz
.
File metadata
- Download URL: topsis-ikjot-102116071-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ebbbd77ad1578f1a51e6df9705219350b1b5bbbfd91892115261cc9b2ea3429 |
|
MD5 | bf3408eb9f6b01bfe21990a8c7829e14 |
|
BLAKE2b-256 | 7201bcfb2cf1a01a66f6c9a5bc60d4c26d184385616ad7f4c290c2ca52512c23 |
File details
Details for the file topsis_ikjot_102116071-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: topsis_ikjot_102116071-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e27e693f2bd42d8be26b003e75fffba853f9a7990e6d1d536c17e85aea73f805 |
|
MD5 | 78b6b66c445290a47bd20dc8c3b56c2a |
|
BLAKE2b-256 | 0f832ceec7d574a0f2479c7aaad8aed08c9903d6ac679cfc8db1137f674dfa62 |