Skip to content

public Election::setStatsVerbosity

Read it at the source

Description

php
public Election->setStatsVerbosity ( CondorcetPHP\Condorcet\Algo\StatsVerbosity $StatsVerbosity ): static

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.

Parameter

StatsVerbosity: CondorcetPHP\Condorcet\Algo\StatsVerbosity

A verbosity level.


Released under the MIT License.