Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 608 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 608 Bytes

Topsis Value Calculator

Installation

$ pip install 102003161-Hunar-Topsis

The package consists of two methods : 1). topsis(filename,weights,impacts,result_filename) : It calculates the topsis value and gives rank. The data is saved as a csv file with name==result_filename.

2). checkParameters() : To run the topsis function by providing input from the command line use this method.

Command Line syntax : $ python <script_name> <input_data_file> <output_data_file>

Note : weights and impacts should be provided as strings and input/output data file should be csv.

License -> MIT