Click or drag to resize

CollectionTDPElementDocumentVsLabel Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the document vs label.

Namespace:  imbNLP.Toolkit.Weighting.Global
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
protected Dictionary<SpaceDocumentModel, SpaceLabel> DocumentVsLabel { get; set; }

Property Value

Type: DictionarySpaceDocumentModel, SpaceLabel
The document vs label.
See Also