Socket
Socket
Sign inDemoInstall

102003105

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

102003105

A Python package to find TOPSIS for Multi-Criteria Decision Analysis Method


Maintainers
1

Topsis Value Calculator

Selection of an appropriate Multiple Attribute Decision Making (MADM) method for providing a solution to a given MADM problem is always challenging endeavour. The challenge is even greater for situations where for a specific MADM problem there exist multiple MADM methods with similar degree of suitability. The Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) helps solve MADM problems.

This is a Python package implementing TOPSIS method for multi-criteria decision analysis.

Installation

$ pip install TOPSIS-102003105

In the commandline, you can write as - $ python <package_name> <result_file_name>

E.g for input data file as data.csv, command will be like $ python 102003105.py 102003105-data.csv "0,1,1,1,2,1" "+,-,-,+,-,+" 102003105-Result1.csv

This will give the output in 102003105-Result1.csv file

License -> MIT

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc