Search Results for

    Show / Hide Table of Contents

    Class LinearInterpolationSmoothingModelDescriptor

    Inheritance
    object
    DescriptorBase<LinearInterpolationSmoothingModelDescriptor, ILinearInterpolationSmoothingModel>
    LinearInterpolationSmoothingModelDescriptor
    Implements
    IDescriptor
    ILinearInterpolationSmoothingModel
    ISmoothingModel
    Inherited Members
    DescriptorBase<LinearInterpolationSmoothingModelDescriptor, ILinearInterpolationSmoothingModel>.Self
    DescriptorBase<LinearInterpolationSmoothingModelDescriptor, ILinearInterpolationSmoothingModel>.Assign<TValue>(TValue, Action<ILinearInterpolationSmoothingModel, TValue>)
    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 LinearInterpolationSmoothingModelDescriptor : DescriptorBase<LinearInterpolationSmoothingModelDescriptor, ILinearInterpolationSmoothingModel>, IDescriptor, ILinearInterpolationSmoothingModel, ISmoothingModel

    Methods

    | Edit this page View Source

    BigramLambda(double?)

    Declaration
    public LinearInterpolationSmoothingModelDescriptor BigramLambda(double? lambda)
    Parameters
    Type Name Description
    double? lambda
    Returns
    Type Description
    LinearInterpolationSmoothingModelDescriptor
    | Edit this page View Source

    TrigramLambda(double?)

    Declaration
    public LinearInterpolationSmoothingModelDescriptor TrigramLambda(double? lambda)
    Parameters
    Type Name Description
    double? lambda
    Returns
    Type Description
    LinearInterpolationSmoothingModelDescriptor
    | Edit this page View Source

    UnigramLambda(double?)

    Declaration
    public LinearInterpolationSmoothingModelDescriptor UnigramLambda(double? lambda)
    Parameters
    Type Name Description
    double? lambda
    Returns
    Type Description
    LinearInterpolationSmoothingModelDescriptor

    Implements

    IDescriptor
    ILinearInterpolationSmoothingModel
    ISmoothingModel

    Extension Methods

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