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 float |
score(float freq,
float expected)
Computes distance from independence
|
abstract java.lang.String |
toString() |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.