Search Results for

    Show / Hide Table of Contents

    Class LinearInterpolationSmoothingModel

    Inheritance
    object
    SmoothingModelBase
    LinearInterpolationSmoothingModel
    Implements
    ILinearInterpolationSmoothingModel
    ISmoothingModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    double?
    | Edit this page View Source

    TrigramLambda

    Declaration
    public double? TrigramLambda { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    UnigramLambda

    Declaration
    public double? UnigramLambda { get; set; }
    Property Value
    Type Description
    double?

    Implements

    ILinearInterpolationSmoothingModel
    ISmoothingModel

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • BigramLambda
      • TrigramLambda
      • UnigramLambda
    • Implements
    • Extension Methods
    Back to top Generated by DocFX