Interface ILinearInterpolationSmoothingModel
Assembly: OpenSearch.Client.dll
Syntax
public interface ILinearInterpolationSmoothingModel : ISmoothingModel
Properties
|
Edit this page
View Source
BigramLambda
Declaration
[DataMember(Name = "bigram_lambda")]
double? BigramLambda { get; set; }
Property Value
|
Edit this page
View Source
TrigramLambda
Declaration
[DataMember(Name = "trigram_lambda")]
double? TrigramLambda { get; set; }
Property Value
|
Edit this page
View Source
UnigramLambda
Declaration
[DataMember(Name = "unigram_lambda")]
double? UnigramLambda { get; set; }
Property Value
Extension Methods