Click or drag to resize

IWeightTableSetOperations Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public interface IWeightTableSetOperations
Request Example View Source

The IWeightTableSetOperations type exposes the following members.

Methods
  NameDescription
Public methodSetWeightTo_FrequencyRatio
Sets the weight of each term as proportion between absolute frequency and total sum of all frequencies
Public methodSetWeightTo_NominalFrequency
Sets the term weight = as nominal fequency
Public methodSetWeightTo_TF_IDF
Sets the weights according to current TF_IDF of a term
Top
See Also