Skip to main content

Implementation of Topsis in Python

Project description

Topsis-Py

Implementation of Topsis in Python by rno. 102116078

Installation

pip install topsis-py

Usage

topsis <InputDataFile> <Weights> <Impacts> <ResultFileName>

Where

<InputDataFile>: Path to the input CSV file.

<Weights>: Comma-separated weights for each criterion.

<Impacts>: Comma-separated impacts ('+' for maximization, '-' for minimization).

<ResultFileName>: Name of the file to save the results.

Example

python topsis input.csv '1,1,2,1' '+,+,-,+' results.csv

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

102116078_topsis-py-0.2.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

102116078_topsis_py-0.2.0-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page