An open API service indexing awesome lists of open source software.

https://github.com/farrelad/rank-order-centroid-php

This project is a simple implementation of the Rank Order Centroid (ROC) method using PHP. ROC is a technique commonly used in decision support systems to assign weights to criteria based on their rank.
https://github.com/farrelad/rank-order-centroid-php

criteria-weighting decision-support-system dss php php-cli php-indonesia php-native rank-order-centroid roc sistem-pendukung-keputusan weight-assignment

Last synced: 11 months ago
JSON representation

This project is a simple implementation of the Rank Order Centroid (ROC) method using PHP. ROC is a technique commonly used in decision support systems to assign weights to criteria based on their rank.

Awesome Lists containing this project

README

          

# Rank-Order-Centroid-PHP
This project is a simple implementation of the Rank Order Centroid (ROC) method using PHP. ROC is a technique commonly used in decision support systems to assign weights to criteria based on their rank.

## 🏃🏻‍♂️ How to run this program ?

1. Make sure PHP is installed on your computer.
2. Open your terminal and run the following command:

```php
php main.php
```

## Example Output

![Result](docs/img/result.png)