TermExtractionTransformScoreType Enumeration
The TermExtractionTransformScoreType enumeration provides options for the type of score that will be associated with an extracted term in a SQL Server Integration Services Term Extraction transformation.
Enumeration Values
Name | Summary |
---|---|
Frequency | Specifies that the term extraction score should be calculated using a frequency score. |
TDIDF | Specifies that the term extraction score should be calculated using a term frequency, inverse document frequency score. |