Metadata-Version: 2.1
Name: TOPSIS_RATISH_101803004
Version: 1.0.0
Summary: A Python package implementing TOPSIS technique.
Home-page: https://github.com/gpriya32/TOPSIS-PriyankaGupta-101803006/
Author: RATISH JINDAL
Author-email: JINDALRATISH@gmail.com
License: MIT
Download-URL: https://github.com/gpriya32/TOPSIS-PriyankaGupta-101803006/archive/1.0.0.tar.gz
Description: # TOPSIS
        
        
        Submitted By: **Ratish 101803004**
        
        ***
        
        ## What is TOPSIS?
        
        **T**echnique for **O**rder **P**reference by **S**imilarity to **I**deal **S**olution 
        (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. 
        
        <br>
        
        ## How to install this package:
        ```
        >> pip install TOPSIS-RATISH-101803004
        ```
        
        
        ### In Command Prompt
        ```
        >> topsis data.csv "1,1,1,1" "+,+,-,+" result.csv
        ```
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
