Skip to main content

A python package for Multiple Criteria Decision Making (MCDM) using Topsis

Project description

TOPSIS

It is a method of compensatory aggregation that compares a set of alternatives by identifying weights for each criterion, normalising scores for each criterion and calculating the geometric distance between each alternative and the ideal alternative, which is the best score in each criterion.

Installation

>> pip install TOPSIS-Ajat-101803268==0.1

How to run in command prompt

>> from TOPSIS_Ajat_101803268.topsis import topsis
>> topsis("data.csv","1,1,1,2","+,+,-,+","result.csv")

Input File (data.csv)

  1. Input file contain three or more columns
  2. First column is the object/variable name (e.g. M1, M2, M3, M4…...)
  3. From 2nd to last columns contain numeric values only

Output File (result.csv)

Result file contains all the columns of input file and two additional columns having TOPSIS SCORE and RANK

License

MIT

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

TOPSIS_Ajat_101803268-0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

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