Click or drag to resize

SpaceModelConstructorGetLabels Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the label instances for given list of label names

Namespace:  imbNLP.Toolkit.Space
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public List<SpaceLabel> GetLabels(
	IEnumerable<string> labelIds,
	SpaceModel context
)

Parameters

labelIds
Type: System.Collections.GenericIEnumerableString
The label ids.
context
Type: imbNLP.Toolkit.SpaceSpaceModel
The context.

Return Value

Type: ListSpaceLabel

[Missing <returns> documentation for "M:imbNLP.Toolkit.Space.SpaceModelConstructor.GetLabels(System.Collections.Generic.IEnumerable{System.String},imbNLP.Toolkit.Space.SpaceModel)"]

See Also