public interface Model
WeightingModel| Modifier and Type | Method and Description | 
|---|---|
| String | getInfo()Returns a model dependant string, such that runs can be identified
 from TREC results. | 
| double | getParameter()Returns the current value of the parameter set using setParameter() method. | 
| void | setParameter(double param)Many models require 1 parameter to be set - this is often dependant on the
 corpus and the model, so should be set for each Terrier instance. | 
String getInfo()
void setParameter(double param)
param - double the parameter value.double getParameter()
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow