Class NormalizationH1
Normalization model that assumes a uniform distribution of the term frequency.
While this model is parameterless in the
original article,
information-based models (see IBSimilarity) introduced a
multiplying factor.
The default value for the c
parameter is 1
.
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 NormalizationH1 : Normalization
Constructors
| Improve this Doc View SourceNormalizationH1()
Calls NormalizationH1(1)
Declaration
public NormalizationH1()
NormalizationH1(Single)
Creates NormalizationH1 with the supplied parameter c
.
Declaration
public NormalizationH1(float c)
Parameters
Type | Name | Description |
---|---|---|
System.Single | c | Hyper-parameter that controls the term frequency normalization with respect to the document length. |
Properties
| Improve this Doc View SourceC
Returns the c
parameter.
Declaration
public virtual float C { get; }
Property Value
Type | Description |
---|---|
System.Single |
See Also
Methods
| Improve this Doc View SourceTfn(BasicStats, Single, Single)
Declaration
public override sealed 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 |