Metadata-Version: 2.1
Name: Topsis-naman-101916076
Version: 1.0.4
Summary: TOPSIS method for multiple-criteria decision making (MCDM).
Author: Naman Kalsotra
Author-email: Kalsotranaman@gmail.com
License: SELF
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

TOPSIS
Submitted By: Naman Kalsotra

Type: Package.

Title: TOPSIS method for multiple-criteria decision making (MCDM).

Version: 1.0.0.


Author: Naman Kalsotra.

Maintainer: Naman Kalsotra kalsotranaman@gmail.com.

Description: Evaluation of alternatives based on multiple criteria using TOPSIS method..	

What is TOPSIS?
Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) originated in the 1980s as a multi-criteria decision making method. TOPSIS chooses the alternative of shortest Euclidean distance from the ideal solution, and greatest distance from the negative-ideal solution.


How to install this package:
pip install topsis-naman
In Command Prompt:
python topsis data.csv "1,1,1,1,1" "+,+,+,+,-" result.csv


Weights (weights) is not already normalised will be normalised later in the code.

Information of benefit positive(+) or negative(-) impact criteria should be provided in impacts.
									

The output file contains columns of input file along with two additional columns having **Topsis_score** and **Rank**




