Class DistributionLL
Log-logistic distribution.
Unlike for DFR, the natural logarithm is used, as it is faster to compute and the original paper does not express any preference to a specific base.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inherited Members
Namespace: Lucene.Net.Search.Similarities
Assembly: Lucene.Net.dll
Syntax
public class DistributionLL : Distribution
Constructors
| Improve this Doc View SourceDistributionLL()
Sole constructor: parameter-free
Declaration
public DistributionLL()
Methods
| Improve this Doc View SourceScore(BasicStats, Single, Single)
Declaration
public override sealed float Score(BasicStats stats, float tfn, float lambda)
Parameters
Type | Name | Description |
---|---|---|
BasicStats | stats | |
System.Single | tfn | |
System.Single | lambda |
Returns
Type | Description |
---|---|
System.Single |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |