Sets the top-k parameter.
Parameters
$topKintrequired- The top-k parameter.
Source
public function setTopK(int $topK): void
{
$this->topK = $topK;
}
Changelog
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
Sets the top-k parameter.
$topKintrequiredpublic function setTopK(int $topK): void
{
$this->topK = $topK;
}
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.