Class Explanation.IDFExplanation
Small Util class used to pass both an idf factor as well as an explanation for that factor.
This class will likely be held on a Weight, so be aware before storing any large or un-serializable fields.
Inheritance
System.Object
Explanation.IDFExplanation
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class IDFExplanation : object
Properties
Name | Description |
---|---|
Idf |
Methods
Name | Description |
---|---|
Explain() | This should be calculated lazily if possible. |