Package | Description |
---|---|
org.apache.lucene.search.similarities |
This package contains the various ranking models that can be used in Lucene.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicModelBE
Limiting form of the Bose-Einstein model.
|
class |
BasicModelD
Implements the approximation of the binomial model with the divergence
for DFR.
|
class |
BasicModelG
Geometric as limiting form of the Bose-Einstein model.
|
class |
BasicModelIF
An approximation of the I(ne) model.
|
class |
BasicModelIn
The basic tf-idf model of randomness.
|
class |
BasicModelIne
Tf-idf model of randomness, based on a mixture of Poisson and inverse
document frequency.
|
class |
BasicModelP
Implements the Poisson approximation for the binomial model for DFR.
|
Modifier and Type | Field and Description |
---|---|
protected BasicModel |
DFRSimilarity.basicModel
The basic model for information content.
|
Modifier and Type | Method and Description |
---|---|
BasicModel |
DFRSimilarity.getBasicModel()
Returns the basic model of information content
|
Constructor and Description |
---|
DFRSimilarity(BasicModel basicModel,
AfterEffect afterEffect,
Normalization normalization)
Creates DFRSimilarity from the three components.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.