Home
last modified time | relevance | path

Searched refs:setSmoothingModel (Results 1 – 1 of 1) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php100 return $this->setSmoothingModel('stupid_backoff', [
110 return $this->setSmoothingModel('laplace', [
120 return $this->setSmoothingModel('linear_interpolation', [
133 public function setSmoothingModel(string $model, array $params): self function in Elastica\\Suggest\\Phrase