Search Results for

    Show / Hide Table of Contents

    Interface ILinearInterpolationSmoothingModel

    Namespace: OpenSearch.Client
    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
    Type Description
    double?
    | Edit this page View Source

    TrigramLambda

    Declaration
    [DataMember(Name = "trigram_lambda")]
    double? TrigramLambda { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    UnigramLambda

    Declaration
    [DataMember(Name = "unigram_lambda")]
    double? UnigramLambda { get; set; }
    Property Value
    Type Description
    double?

    Extension Methods

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