Class Laplace

java.lang.Object
org.elasticsearch.search.suggest.phrase.SmoothingModel
org.elasticsearch.search.suggest.phrase.Laplace
All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentFragment

public final class Laplace
extends SmoothingModel
An additive smoothing model.

See N-Gram Smoothing for details.