Method Explain
Explain(BasicStats, Single, Single)
Returns an explanation for the normalized term frequency.
The default normalization methods use the field length of the document and the average field length to compute the normalized term frequency. This method provides a generic explanation for such methods. Subclasses that use other statistics must override this method.
Declaration
public virtual Explanation Explain(BasicStats stats, float tf, float len)
Parameters
Type | Name | Description |
---|---|---|
BasicStats | stats | |
System.Single | tf | |
System.Single | len |
Returns
Type | Description |
---|---|
Explanation |