Metadata-Version: 2.1
Name: TOPSIS_Karan_101803135
Version: 0.5
Summary: A python package for Multiple Criteria Decision Making (MCDM) using Topsis
Home-page: https://github.com/karangoyal7/TOPSIS-Karan-101803135
Author: Karan Goyal
Author-email: karandps7@gmail.com
License: MIT
Download-URL: https://github.com/karangoyal7/TOPSIS-Karan-101803135/archive/v0.5.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-Karan-101803135
        ```
        ### How to run in command prompt
        
        ```sh
        >> topsis <InputDataFile> <Weights> <Impacts> <ResultFileName>
        ```
        
        ### Example
        ```sh
        >> topsis data.csv "1,1,1,2" "+,+,-,+" result.csv
        ```
        ### Input File
        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 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,101803135,Karan Goyal
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
