Click or drag to resize

VectorSpacelabels Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the labels.

Namespace:  imbNLP.Toolkit.Vectors
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public List<VectorLabel> labels { get; set; }

Property Value

Type: ListVectorLabel
The labels.
See Also