ModelConfig::setPresencePenalty( float $presencePenalty )

In this article

Sets the presence penalty.

Parameters

$presencePenaltyfloatrequired
The presence penalty.

Source

public function setPresencePenalty(float $presencePenalty): void
{
    $this->presencePenalty = $presencePenalty;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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