Class BasicModelBE
Limiting form of the Bose-Einstein model. The formula used in Lucene differs
slightly from the one in the original paper: F
is increased by tfn+1
and N
is increased by F
@lucene.experimental
NOTE: in some corner cases this model may give poor performance with Normalizations that
return large values for tfn
such as NormalizationH3. Consider using the
geometric approximation (BasicModelG) instead, which provides the same relevance
but with less practical problems.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class BasicModelBE : BasicModel
Constructors
Name | Description |
---|---|
BasicModelBE() | Sole constructor: parameter-free |
Methods
Name | Description |
---|---|
Score(BasicStats, Single) | |
ToString() |