Metadata-Version: 2.1
Name: 101703088-topsis
Version: 1.0.6
Summary: A Python package to choose the best alternative from a finite set of decision alternatives.
Home-page: https://github.com/user/101703088-topsis
Author: Anurag Aggarwal
Author-email: agrawalanurag321@gmail.com
License: MIT
Download-URL: https://github.com/Anurag-Aggarwal/101703088-topsis/blob/master/topsis.py
Description: 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. 
        Anurag Aggarwal COE-4 101703088
        
        In Command Prompt
        >topsis data.csv "1,1,1,1" "+,+,-,+"
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
