Click or drag to resize

WeightDictionaryindex Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Index of weights vs terms

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public Dictionary<string, double[]> index { get; }

Property Value

Type: DictionaryString, Double
The index.
See Also