Enum TermExtractionTransformScoreType
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum TermExtractionTransformScoreType
Fields
Fields | 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. |