Class LMSimilarity.DefaultCollectionModel

java.lang.Object
org.apache.lucene.search.similarities.LMSimilarity.DefaultCollectionModel
All Implemented Interfaces:
LMSimilarity.CollectionModel
Enclosing class:
LMSimilarity

public static class LMSimilarity.DefaultCollectionModel extends Object implements LMSimilarity.CollectionModel
Models p(w|C) as the number of occurrences of the term in the collection, divided by the total number of tokens + 1.