Class AfterEffect
This class acts as the base class for the implementations of the first normalization of the informative content in the DFR framework. This component is also called the after effect and is defined by the formula Inf2 = 1 - Prob2, where Prob2 measures the information gain.
@lucene.experimental
Inheritance
System.Object
AfterEffect
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class AfterEffect : object
Constructors
Name | Description |
---|---|
AfterEffect() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
Explain(BasicStats, Single) | Returns an explanation for the score. |
Score(BasicStats, Single) | Returns the aftereffect score. |
ToString() | Subclasses must override this method to return the code of the after effect formula. Refer to the original paper for the list. |