| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.search.similarities.Lambda
public abstract class Lambda
The lambda (λw) parameter in information-based models.
IBSimilarity| Constructor Summary | |
|---|---|
Lambda()
Sole constructor.  | 
|
| Method Summary | |
|---|---|
abstract  Explanation | 
explain(BasicStats stats)
Explains the lambda parameter.  | 
abstract  float | 
lambda(BasicStats stats)
Computes the lambda parameter.  | 
abstract  String | 
toString()
Subclasses must override this method to return the code of the lambda formula.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Lambda()
| Method Detail | 
|---|
public abstract float lambda(BasicStats stats)
public abstract Explanation explain(BasicStats stats)
public abstract String toString()
toString in class Object
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||