Field ALPHA
The constant used for backoff smoothing; during lookup, this means that if a given trigram did not occur, and we backoff to the bigram, the overall score will be 0.4 times what the bigram model would have assigned.
Assembly: Lucene.Net.Suggest.dll
Syntax
public const double ALPHA = null
Returns
Type | Description |
---|---|
System.Double |