Class SingleFieldModel

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Model

    public class SingleFieldModel
    extends WeightingModel
    Use a normal weighting model on a pre-determine subset of the field. Assumes that IDF can be calculated from all fields, but that TFc comes from the specified fields. Usage: trec.model=SingleFieldModel(PL2,2)
    Since:
    4.0
    Author:
    Craig Macdonald
    See Also:
    Serialized Form