Class NormalizationH2
Normalization model in which the term frequency is inversely related to the length.
While this model is parameterless in the
original article, the thesis
introduces the parameterized variant.
The default value for the c
parameter is 1
.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class NormalizationH2 : Normalization
Constructors
Name | Description |
---|---|
NormalizationH2() | Calls NormalizationH2(1) |
NormalizationH2(Single) | Creates NormalizationH2 with the supplied parameter |
Properties
Name | Description |
---|---|
C | Returns the |
Methods
Name | Description |
---|---|
Tfn(BasicStats, Single, Single) | |
ToString() |