1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__serveur-vote-lalis/include/Condorcet/Documentation/Result Class/public Result--getStats.md

28 lines
636 B
Markdown

## public Result::getStats
### Description
```php
public Result->getStats ( ): mixed
```
Get advanced computing data from used algorithm. Like Strongest paths for Schulze method.
### Return value:
*(```mixed```)* Varying according to the algorithm used.
---------------------------------------
### Related method(s)
* [Election::getResult](../Election%20Class/public%20Election--getResult.md)
---------------------------------------
### Examples and explanation
* **[Advanced Result Management](https://github.com/julien-boudry/Condorcet/wiki/II-%23-C.-Result-%23-3.-Advanced-Results-Management)**