Class LinearInterpolationSmoothingModel
Inheritance
LinearInterpolationSmoothingModel
Assembly: OpenSearch.Client.dll
Syntax
public class LinearInterpolationSmoothingModel : SmoothingModelBase, ILinearInterpolationSmoothingModel, ISmoothingModel
Properties
|
Edit this page
View Source
BigramLambda
Declaration
public double? BigramLambda { get; set; }
Property Value
|
Edit this page
View Source
TrigramLambda
Declaration
public double? TrigramLambda { get; set; }
Property Value
|
Edit this page
View Source
UnigramLambda
Declaration
public double? UnigramLambda { get; set; }
Property Value
Implements
Extension Methods