| Modifier and Type | Method and Description |
|---|---|
abstract DecayFunction |
DecayFunctionParser.getDecayFunction()
Override this function if you want to produce your own scorer.
|
| Constructor and Description |
|---|
DecayFunctionParser.AbstractDistanceScoreFunction(double userSuppiedScale,
double decay,
double offset,
DecayFunction func,
MultiValueMode mode) |
| Modifier and Type | Field and Description |
|---|---|
static DecayFunction |
ExponentialDecayFunctionParser.decayFunction |
| Modifier and Type | Method and Description |
|---|---|
DecayFunction |
ExponentialDecayFunctionParser.getDecayFunction() |
| Modifier and Type | Field and Description |
|---|---|
static DecayFunction |
GaussDecayFunctionParser.decayFunction |
| Modifier and Type | Method and Description |
|---|---|
DecayFunction |
GaussDecayFunctionParser.getDecayFunction() |
| Modifier and Type | Field and Description |
|---|---|
static DecayFunction |
LinearDecayFunctionParser.decayFunction |
| Modifier and Type | Method and Description |
|---|---|
DecayFunction |
LinearDecayFunctionParser.getDecayFunction() |
Copyright © 2009–2017. All rights reserved.