public class P extends BasicModel
| Modifier and Type | Field and Description |
|---|---|
protected String |
modelName
The name of the model.
|
i, numberOfDocuments, numberOfTokens| Constructor and Description |
|---|
P()
A default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInfo()
Returns the name of the model.
|
double |
score(double tf,
double documentFrequency,
double termFrequency,
double keyFrequency,
double documentLength)
This method provides the contract for implementing weighting models.
|
clone, setNumberOfDocuments, setNumberOfTokens, stirlingPowerprotected String modelName
public String getInfo()
getInfo in class BasicModelpublic double score(double tf,
double documentFrequency,
double termFrequency,
double keyFrequency,
double documentLength)
score in class BasicModeltf - The term frequency in the documentdocumentFrequency - The document frequency of the termtermFrequency - the term frequency in the collectiondocumentLength - The length of the document.keyFrequency - The normalised query term frequency.Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow