Java org.apache.lucene.search.similarities LMDirichletSimilarity fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.similarities LMDirichletSimilarity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.similarities LMDirichletSimilarity.

The text is from its open source code.

Constructor

LMDirichletSimilarity(float mu)
Instantiates the similarity with the provided μ parameter.
LMDirichletSimilarity(CollectionModel collectionModel)
Instantiates the similarity with the default μ value of 2000.
LMDirichletSimilarity()
Instantiates the similarity with the default μ value of 2000.

Method

floatgetMu()
Returns the μ parameter.