| Package | Description |
|---|---|
| dragon.config | |
| dragon.ir.search | |
| dragon.ir.search.smooth |
| Modifier and Type | Method and Description |
|---|---|
Smoother |
SmootherConfig.getSmoother(ConfigureNode node,
int smootherID) |
Smoother |
SmootherConfig.getSmoother(int smootherID) |
protected Smoother |
SmootherConfig.loadSmoother(String smootherName,
ConfigureNode smootherNode) |
| Modifier and Type | Field and Description |
|---|---|
protected Smoother |
AbstractSearcher.smoother |
| Modifier and Type | Method and Description |
|---|---|
Smoother |
Searcher.getSmoother() |
Smoother |
AbstractSearcher.getSmoother() |
| Constructor and Description |
|---|
AbstractSearcher(IndexReader indexReader,
Smoother smoother) |
BoolRankSearcher(IndexReader indexReader,
Smoother smoother) |
FullRankSearcher(IndexReader indexReader,
Smoother smoother) |
FullRankSearcher(IndexReader indexReader,
Smoother smoother,
boolean docFirst) |
PartialRankSearcher(IndexReader indexReader,
Smoother smoother) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteDiscountSmoother
Absolute Discount Smoother
|
class |
AbstractSmoother
Abstract Smoother
|
class |
DirichletSmoother
Dirichlet Smoother
|
class |
DocFirstTransSmoother
A Smoother using relation-term translations
|
class |
JMSmoother
Linear interpolation smoother
|
class |
OkapiSmoother
Okapi Smoother
|
class |
PivotedNormSmoother
Pivoted Normalization Smoother
|
class |
QueryFirstTransSmoother
A Smoother using relation-term translations
|
class |
TFIDFSmoother
TF-IDF Smoother for vector space model
|
class |
TwoStageSmoother
Two-stage smoother
|
| Modifier and Type | Method and Description |
|---|---|
Smoother |
QueryFirstTransSmoother.getBasicSmoother() |
Smoother |
DocFirstTransSmoother.getBasicSmoother() |
| Constructor and Description |
|---|
DocFirstTransSmoother(IndexReader indexReader,
DoubleSparseMatrix transMatrix,
boolean relationTrans,
double transCoefficient,
Smoother basicSmoother) |
DocFirstTransSmoother(IndexReader srcIndexReader,
IndexReader destIndexReader,
DoubleSparseMatrix transMatrix,
double transCoefficient,
Smoother basicSmoother) |
QueryFirstTransSmoother(IndexReader reader,
DoubleSparseMatrix transposedTransMatrix,
boolean relationTrans,
double transCoefficient,
Smoother basicSmoother) |
QueryFirstTransSmoother(IndexReader srcIndexReader,
IndexReader destIndexReader,
DoubleSparseMatrix transposedTransMatrix,
double transCoefficient,
Smoother basicSmoother) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.