Class LambdaTTF
Computes lambda as totalTermFreq+1 / numberOfDocuments+1
.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
LambdaTTF
Assembly: Lucene.Net.dll
Syntax
public class LambdaTTF : Lambda
Constructors
|
Improve this Doc
View Source
LambdaTTF()
Sole constructor: parameter-free
Declaration
Methods
|
Improve this Doc
View Source
CalculateLambda(BasicStats)
Declaration
public override sealed float CalculateLambda(BasicStats stats)
Parameters
Returns
Type |
Description |
System.Single |
|
Overrides
|
Improve this Doc
View Source
Explain(BasicStats)
Declaration
public override sealed Explanation Explain(BasicStats stats)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides