Skip to main content

Enum TermExtractionTransformScoreType

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum TermExtractionTransformScoreType

Fields

FieldsDescription
FrequencySpecifies that the term extraction score should be calculated using a frequency score.
TDIDFSpecifies that the term extraction score should be calculated using a term frequency, inverse document frequency score.