Search Results for

    Show / Hide Table of Contents

    Interface ILMDirichletSimilarity

    A similarity with Bayesian smoothing using Dirichlet priors.

    Inherited Members
    ISimilarity.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ILMDirichletSimilarity : ISimilarity

    Properties

    | Edit this page View Source

    Mu

    The mu parameter. Defaults to 2000.

    Declaration
    [DataMember(Name = "mu")]
    int? Mu { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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