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
.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class NormalizationH1 : Normalization
Constructors
Name | Description |
---|---|
NormalizationH1() | Calls NormalizationH1(1) |
NormalizationH1(Single) | Creates NormalizationH1 with the supplied parameter |
Properties
Name | Description |
---|---|
C | Returns the |
Methods
Name | Description |
---|---|
Tfn(BasicStats, Single, Single) | |
ToString() |