Class Lambda
The lambda (?w) parameter in information-based models.
@lucene.experimental
Inheritance
System.Object
Lambda
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class Lambda : object
Constructors
Name | Description |
---|---|
Lambda() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
CalculateLambda(BasicStats) | Computes the lambda parameter. |
Explain(BasicStats) | Explains the lambda parameter. |
ToString() | Subclasses must override this method to return the code of the lambda formula. Since the original paper is not very clear on this matter, and also uses the DFR naming scheme incorrectly, the codes here were chosen arbitrarily. |