Last updated:
0 purchases
outlierpriyank 1.0
Topsis Analysis
Installation
Use the package manager pip to install topsis-asharma-3027.
pip install topsis-asharma-3027
Usage
Following query on terminal will provide you the topsis analysis for input csv file.
topsis-asharma-3027 -a "dataset-name" -b "w1,w2,w3,w4,..." -c "i1,i2,i3,i4,..."
Do not mention the file format, 'csv', as part of dataset-name.
w1,w2,w3,w4 represent weights, and i1,i2,i3,i4 represent impacts where 1 is used for maximize and 0 for minimize.
Size of w and i is equal to number of features.
Note that the first row and first column of dataset is dropped
The item attributed rank 1 is the best choice.
License
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.