Click or drag to resize

TfIdf Enumeration

Determines the calculation method Sphinx uses for the tf–idf (term frequency–inverse document frequency).

Namespace:  SphinxConnector.Common
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public enum TfIdf
Members
  Member nameValueDescription
Normalized0 Additionally divide IDF by query word count, so that tf*idf fits into [0, 1] range.
Unnormalized1 Do not additionally divide idf by query word count.
Remarks
Supported with Sphinx 2.2.1 and up.
See Also