Metadata-Version: 2.1
Name: TOPSIS_Adit_101803147
Version: 0.1
Summary: Topsis Implementation
Home-page: https://github.com/adit6859
Author: Adit Aggarwal
Author-email: adit6859@gmail.com
License: MIT
Download-URL: https://github.com/adit6859/TOPSIS_Adit_101803147/archive/0.1.tar.gz
Description: # TOPSIS
        
        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.
        
        ### Installation
        
        ```sh
        >> pip install TOPSIS-Adit-101803147=0.1
        ```
        ### How to run in command prompt
        
        ```sh
        >> from TOPSIS_Adit_101803147.topsis import topsis
        >> topsis("data.csv","1,1,1,2","+,+,-,+","result.csv")
        ```
        
        ### Input File (data.csv)
        1) Input file contain three or more columns
        2) First column is the object/variable name (e.g. M1, M2, M3, M4â€¦...)
        3) From 2nd to last columns contain numeric values only
        
        ### Output File (result.csv)
        Result file contains all the columns of input file and two additional columns having
        TOPSIS SCORE and RANK
        
        License
        ----
        
        MIT
        
        
        
        [//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)
        
        
           [dill]: <https://github.com/joemccann/dillinger>
           [git-repo-url]: <https://github.com/joemccann/dillinger.git>
           [john gruber]: <http://daringfireball.net>
           [df1]: <http://daringfireball.net/projects/markdown/>
           [markdown-it]: <https://github.com/markdown-it/markdown-it>
           [Ace Editor]: <http://ace.ajax.org>
           [node.js]: <http://nodejs.org>
           [Twitter Bootstrap]: <http://twitter.github.com/bootstrap/>
           [jQuery]: <http://jquery.com>
           [@tjholowaychuk]: <http://twitter.com/tjholowaychuk>
           [express]: <http://expressjs.com>
           [AngularJS]: <http://angularjs.org>
           [Gulp]: <http://gulpjs.com>
        
           [PlDb]: <https://github.com/joemccann/dillinger/tree/master/plugins/dropbox/README.md>
           [PlGh]: <https://github.com/joemccann/dillinger/tree/master/plugins/github/README.md>
           [PlGd]: <https://github.com/joemccann/dillinger/tree/master/plugins/googledrive/README.md>
           [PlOd]: <https://github.com/joemccann/dillinger/tree/master/plugins/onedrive/README.md>
           [PlMe]: <https://github.com/joemccann/dillinger/tree/master/plugins/medium/README.md>
           [PlGa]: <https://github.com/RahulHP/dillinger/blob/master/plugins/googleanalytics/README.md>
        
Keywords: TOPSIS,101803147,Adit Aggarwal
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
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
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
