public abstract class Independence
extends java.lang.Object
See http://trec.nist.gov/pubs/trec21/papers/irra.web.nb.pdf for more information on different methods.
| Constructor and Description |
|---|
Independence()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract double |
score(double freq,
double expected)
Computes distance from independence
|
abstract java.lang.String |
toString() |