No project description provided
Project description
Topsis_Yuvika_102203800
This is a Python package for implementing the Technique for Order Preference by Similarity to Ideal Solution (TOPSIS). It is a popular multi-criteria decision-making method used to rank alternatives based on their relative closeness to the ideal solution.
Installation
You can install the package using pip:
pip install Topsis_Yuvika_102203800
Usage
Input File Format
The input CSV file must follow this structure:
- The first column contains the names of the alternatives (e.g., products, models, or options).
- Subsequent columns contain the numerical values of the criteria for each alternative.
- The first row should provide headers for all columns. -There must be at least three columns
- All criteria values should be numerical.
- The number of weights and impacts should match the number of criteria columns.
- Impacts must only include + (beneficial) or - (non-beneficial).
Command-line Usage
After installation, you can use the topsis command in the terminal:
topsis <input_file> <weights> <impacts> <output_file>
<input_file>: Path to the input CSV file.<weights>: Comma-separated string of weights for the criteria.<impacts>: Comma-separated string of '+' or '-' indicating the desirability of the criteria.<output_file>: Path to the output CSV file to save the results.
Example
topsis data.csv "0.5,0.3,0.2" "+,-,+" results.csv
This command will process the data.csv file using the specified weights and impacts and output the results to results.csv.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file topsis_yuvika_102203800-0.2.tar.gz.
File metadata
- Download URL: topsis_yuvika_102203800-0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1819c40364db39c5bc096a632a6d4e2632cd79419c23d4680189659ebb590816
|
|
| MD5 |
d270acade8faf43e5f6bf85f898875e4
|
|
| BLAKE2b-256 |
244966db142637a4c13022f67c55e43657b085afce3eb656ed40d74c70b03691
|
File details
Details for the file Topsis_Yuvika_102203800-0.2-py3-none-any.whl.
File metadata
- Download URL: Topsis_Yuvika_102203800-0.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb4e46cef197ea22dc4357d4a061b348a157de0cf9f3e9b2795c8e8bb7dce4c3
|
|
| MD5 |
1bdb28b552fbed3a5028d6dd1350fd35
|
|
| BLAKE2b-256 |
ee63c202f0e193fff02835890b2a84f89332df1f404fcc04703ac65f1c9f14d1
|