Class IndriDirichletSimilarity.IndriCollectionModel

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

public static class IndriDirichletSimilarity.IndriCollectionModel 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.