Enum TermExtractionTransformScoreType
C#
public enum TermExtractionTransformScoreType
- Inheritance
-
- Derived
-
Fields
Name | Description |
---|---|
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. |