Skip to main content

Topsis package for MCDM problems

Project description

Topsis-Varchava-102017190

for: Assignment-1 (UCS654) submitted by: Varchasva Narain Singh Roll no: 102017190 Group: 3CSE8

Topsis-Varchava-102017190 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

pip install Topsis-Varchava-102017190

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

Other notes

  • The first column and first row are removed by the library before processing, in attempt to remove indices and headers. So make sure the csv follows the format as shown in sample.csv.
  • Make sure the csv does not contain categorical values

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

Topsis-Varchasva-102017190-1.0.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Topsis_Varchasva_102017190-1.0.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file Topsis-Varchasva-102017190-1.0.0.tar.gz.

File metadata

File hashes

Hashes for Topsis-Varchasva-102017190-1.0.0.tar.gz
Algorithm Hash digest
SHA256 4c467ba67bc24130eae01a9e9a1e1c492ca0074b0b07c7208d178e74cfe8c422
MD5 5c6e29f688b31a3cb6f3943e77fb02c8
BLAKE2b-256 aef5c4b50981ec54f65a7286fd84e7278ca0d219c218c660afadc6368d498868

See more details on using hashes here.

File details

Details for the file Topsis_Varchasva_102017190-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for Topsis_Varchasva_102017190-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bfb6f75fd0180ed88127466905975512e62309b1203b4e972f7a577a215fcf2f
MD5 605552c4dd082c9b3b42221ca28b1fc8
BLAKE2b-256 36bda31c58c84a130286f1806c78be6852bc70183c1c2943e8afcf68d75d558d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page