public class CascadeDirichletScoringFunction extends DirichletScoringFunction
| Constructor and Description |
|---|
CascadeDirichletScoringFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Node domNode)
Configures this scoring function.
|
float |
getScore(int tf,
int docLen)
Computes score.
|
getMaxScore, getMinScore, initialize, toStringcreate, getGlobalEvidence, getGlobalTermEvidencepublic void configure(Node domNode)
ScoringFunctionconfigure in class DirichletScoringFunctiondomNode - DOM node containing configuration datapublic float getScore(int tf,
int docLen)
ScoringFunctiongetScore in class DirichletScoringFunction