Metadata-Version: 2.1
Name: 101703373-topsis
Version: 1.0.0
Summary: A Python package to get optimal solutiion.
Home-page: UNKNOWN
Author: Nikhil Vyas
Author-email: vyasnikhil30@gmail.com
License: MIT
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. Nikhil Vyas COE-17 101703373
        
        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.7
Description-Content-Type: text/markdown
