Interface ILMDirichletSimilarity
A similarity with Bayesian smoothing using Dirichlet priors.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ILMDirichletSimilarity : ISimilarity
Properties
| Edit this page View SourceMu
The mu parameter. Defaults to 2000.
Declaration
[DataMember(Name = "mu")]
int? Mu { get; set; }
Property Value
Type | Description |
---|---|
int? |