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