Class LinearInterpolation

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

public final class LinearInterpolation extends SmoothingModel
Linear interpolation smoothing model.

See N-Gram Smoothing for details.