Skip to main content

Topsis

Project description

Title:Multiple Criteria Decision Making using TOPSIS

What is TOPSIS:

TOPSIS is an acronym that stands for 'Technique of Order Preference Similarity to the Ideal Solution' and is a pretty straightforward MCDA method. It is a multi-criteria decision analysis method, which was originally developed by Ching-Lai Hwang and Yoon in 1981 with further developments by Yoon in 1987, and Hwang, Lai and Liu in 1993.

How to get output?

output is taken by running the command on terminal as : python "sourcefile.py" "input.csv" "weights(separateed by ',')" "impact(separated by ','))" use impact as '+' for maximizing the feature and '-' for minimizing. On your terminal run the command: python source_file_name.py input_file.csv "1,1,0,1" "+,-,+,+" output_file_name.csv Output will be stored in your present working directory as a csv file.

Constraints

Number of columns in input file(other than the name of the entity) should be equal to length of impacts and length of weights.

Input file should not have blank values

Number of Columns in Input files should not be less than 3

There should not be any csv file with same name as your output file in present directory

Number of Arguments should be equal to the number as specified above

INPUT FILE(EXAMPLE:DATA.CSV):

Argument used to pass the path of the input file which conatins a dataset having different fields and to perform the topsis mathematical operations

WEIGHTS(EXAMPLE:"0.25,0.25,0.25,0.25")

The weights to assigned to the different parameters in the dataset should be passed in the argument.It must be seperated by ','.

IMPACTS(EXAMPLE:"-,+,+,+"):

The impacts are passed to consider which parameters have a positive impact on the decision and which one have the negative impact.Only '+' and '-' values should be passed and should be seperated with ',' only

OUTPUT FILE(EXAMPLE:RESULT.CSV):

This argument is used to pass the path of the result file where we want the rank and score to be stored

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

Topsis_ManviSingla_102003505-1.0-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file Topsis_ManviSingla_102003505-1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for Topsis_ManviSingla_102003505-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e2c1dd13e925ac9a5b42bf77dc1b80b7d476ca01210c9152f5d465fb2c4cff96
MD5 35bdf60a3066e98eb1dd5dd5fe6b9a03
BLAKE2b-256 ebf82a30b9d836a34cab7dc05a61913e056a592361db04b35eb11fa138a91e19

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