Class NormalizationH3
Dirichlet Priors normalization
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Search.Similarities
Assembly: Lucene.Net.dll
Syntax
public class NormalizationH3 : Normalization
Constructors
| Improve this Doc View SourceNormalizationH3()
Calls NormalizationH3(800)
Declaration
public NormalizationH3()
NormalizationH3(Single)
Creates NormalizationH3 with the supplied parameter μ
.
Declaration
public NormalizationH3(float mu)
Parameters
Type | Name | Description |
---|---|---|
System.Single | mu | smoothing parameter |
Properties
| Improve this Doc View SourceMu
Returns the parameter μ
Declaration
public virtual float Mu { get; }
Property Value
Type | Description |
---|---|
System.Single |
See Also
Methods
| Improve this Doc View SourceTfn(BasicStats, Single, Single)
Declaration
public override float Tfn(BasicStats stats, float tf, float len)
Parameters
Type | Name | Description |
---|---|---|
BasicStats | stats | |
System.Single | tf | |
System.Single | len |
Returns
Type | Description |
---|---|
System.Single |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |