Method Explain
Explain(BasicStats, Single)
Returns an explanation for the score.
Most basic models use the number of documents and the total term frequency to compute Inf1. this method provides a generic explanation for such models. Subclasses that use other statistics must override this method.
Declaration
public virtual Explanation Explain(BasicStats stats, float tfn)
Parameters
Type | Name | Description |
---|---|---|
BasicStats | stats | |
System.Single | tfn |
Returns
Type | Description |
---|---|
Explanation |