Click or drag to resize

TFElementTFNormalization Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Method of TF in document normalization

Namespace:  imbNLP.Toolkit.Weighting.Elements
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public enum TFNormalization
Members
  Member nameValueDescription
divisionByMaxTF0 Maximum raw term frequency
squareRootOfSquareSum1 The square root of summation of square frequencies
See Also