Metadata-Version: 2.1
Name: TOPSIS-JASMEHAK-101803163
Version: 0.3
Summary: Python package implementing TOPSIS 
Home-page: https://github.com/jasmehakKaur/TOPSIS_PYTHON
Author: Jasmehak Kaur
Author-email: jkaur2_be18@thapar.edu
License: MIT
Download-URL: https://github.com/jasmehakKaur/TOPSIS_PYTHON/archive/v_0.3.tar.gz
Description: # TOPSIS_PYTHON
        
        
        ## What is TOPSIS
        
        **TOPSIS  (Technique for  Order Preference  by Similarity  to  Ideal Solution)**  is one  of the  numerical methods of the multi-criteria decision making. This is a broadly applicable method with a simple mathematical model.It chooses the alternative of shortest Euclidean distance
        from the ideal solution, and greatest distance from the negative-ideal
        solution. 
        
        
        ## Steps used in TOPSIS
        
        1)Normalize the given decision data
        2)Find weighted normalized
        3)Determine positive ideal and negative ideal solution
        4)Calculate separation measures
        5)Find relative closesness to ideal solution
        6)Rank the preference order
        
        ## Download package -
        To download the package-[Click here](https://pypi.org/project/TOPSIS-JASMEHAK-101803163/0.1/)
        
        
        Submitted By: **JASMEHAK KAUR 101803163**
        
Keywords: TOPSIS,IMPLEMENTATION,PYTHON
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
