ModelConfig::setCandidateCount( int $candidateCount )

In this article

Sets the candidate count.

Parameters

$candidateCountintrequired
The candidate count.

Source

public function setCandidateCount(int $candidateCount): void
{
    $this->candidateCount = $candidateCount;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.