Search Results for

    Show / Hide Table of Contents

    Class LMDirichletSimilarity

    Inheritance
    object
    LMDirichletSimilarity
    Implements
    ILMDirichletSimilarity
    ISimilarity
    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 LMDirichletSimilarity : ILMDirichletSimilarity, ISimilarity

    Properties

    | Edit this page View Source

    Mu

    The mu parameter. Defaults to 2000.

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

    Type

    The type of similarity.

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string

    Implements

    ILMDirichletSimilarity
    ISimilarity

    Extension Methods

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