Interface ISmoothingModelContainer
Assembly: OpenSearch.Client.dll
Syntax
public interface ISmoothingModelContainer
Properties
|
Edit this page
View Source
Laplace
Declaration
[DataMember(Name = "laplace")]
ILaplaceSmoothingModel Laplace { get; set; }
Property Value
|
Edit this page
View Source
LinearInterpolation
Declaration
[DataMember(Name = "linear_interpolation")]
ILinearInterpolationSmoothingModel LinearInterpolation { get; set; }
Property Value
|
Edit this page
View Source
StupidBackoff
Declaration
[DataMember(Name = "stupid_backoff")]
IStupidBackoffSmoothingModel StupidBackoff { get; set; }
Property Value
Extension Methods