Class AfterEffectL
Model of the information gain based on Laplace's law of succession.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
AfterEffectL
Assembly: Lucene.Net.dll
Syntax
public class AfterEffectL : AfterEffect
Constructors
|
Improve this Doc
View Source
AfterEffectL()
Sole constructor: parameter-free
Declaration
Methods
|
Improve this Doc
View Source
Explain(BasicStats, Single)
Declaration
public override sealed Explanation Explain(BasicStats stats, float tfn)
Parameters
Type |
Name |
Description |
BasicStats |
stats |
|
System.Single |
tfn |
|
Returns
Overrides
|
Improve this Doc
View Source
Score(BasicStats, Single)
Declaration
public override sealed float Score(BasicStats stats, float tfn)
Parameters
Type |
Name |
Description |
BasicStats |
stats |
|
System.Single |
tfn |
|
Returns
Type |
Description |
System.Single |
|
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides