Click or drag to resize

SpaceModellabels Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Labels represent categories in the classification problem

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

Property Value

Type: ListSpaceLabel
The labels.
See Also