Click or drag to resize

termLemmaBaseweight Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets or sets the weight.

Namespace:  imbMiningContext.TFModels.core
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[imbAttribute(imbAttributeName.measure_letter, "TF-IDF")]
[imbAttribute(imbAttributeName.measure_setUnit, "w")]
[imbAttribute(imbAttributeName.reporting_valueformat, "F5")]
[imbAttribute(imbAttributeName.reporting_columnWidth, "7")]
public double weight { get; set; }

Property Value

Type: Double
The weight.

Implements

IWeightTableTerm.weight
See Also