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/Election Class/public Election--setStatsVerbosity.md

21 lines
721 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public Election::setStatsVerbosity
### Description
```php
public Election->setStatsVerbosity ( CondorcetPHP\Condorcet\Algo\StatsVerbosity $StatsVerbosity ): void
```
Set a verbosity level for Result->statsVerbosity on returning Result objects. High level can slow down processing and use more memory (many more) than LOW and STD (default) level on somes methods.
##### **StatsVerbosity:** *```CondorcetPHP\Condorcet\Algo\StatsVerbosity```*
A verbosity level.
---------------------------------------
### Related method(s)
* [Election::getVerbosity](../Election%20Class/public%20Election--getVerbosity.md)
* [Result::getVerbosity](../Result%20Class/public%20Result--getVerbosity.md)