Method Tfn
Tfn(BasicStats, Single, Single)
Returns the normalized term frequency.
Declaration
public abstract float Tfn(BasicStats stats, float tf, float len)
Parameters
Type | Name | Description |
---|---|---|
BasicStats | stats | |
System.Single | tf | |
System.Single | len | the field length. |
Returns
Type | Description |
---|---|
System.Single |