Metadata-Version: 2.1
Name: 102017067-topsis
Version: 1.0.0
Summary: A Python package to get optimal solutiion.
Author: Tarandeep Singh
Author-email: tarandeep293@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: sys
Requires-Dist: os
Requires-Dist: pandas
Requires-Dist: math
Requires-Dist: numpy

TOPSIS Package

TOPSIS stands for Technique for Oder Preference by Similarity to Ideal Solution. 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. An assumption of TOPSIS is that the criteria are monotonically increasing or decreasing. In this Python package Vector Normalization has been implemented.

This package has been created based on Project 1 of course UCS633. Tarandeep Singh 102017067

In Command Prompt
>topsis data.csv "1,1,1,1" "+,+,-,+"
