Search Results for

    Show / Hide Table of Contents

    Interface ISmoothingModelContainer

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

    LinearInterpolation

    Declaration
    [DataMember(Name = "linear_interpolation")]
    ILinearInterpolationSmoothingModel LinearInterpolation { get; set; }
    Property Value
    Type Description
    ILinearInterpolationSmoothingModel
    | Edit this page View Source

    StupidBackoff

    Declaration
    [DataMember(Name = "stupid_backoff")]
    IStupidBackoffSmoothingModel StupidBackoff { get; set; }
    Property Value
    Type Description
    IStupidBackoffSmoothingModel

    Extension Methods

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