Click or drag to resize

SpaceCategoryModel Constructor (SpaceLabel, IEnumerableSpaceDocumentModel)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the SpaceCategoryModel class

Namespace:  imbNLP.Toolkit.Space
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public SpaceCategoryModel(
	SpaceLabel label,
	IEnumerable<SpaceDocumentModel> documents
)

Parameters

label
Type: imbNLP.Toolkit.SpaceSpaceLabel

[Missing <param name="label"/> documentation for "M:imbNLP.Toolkit.Space.SpaceCategoryModel.#ctor(imbNLP.Toolkit.Space.SpaceLabel,System.Collections.Generic.IEnumerable{imbNLP.Toolkit.Space.SpaceDocumentModel})"]

documents
Type: System.Collections.GenericIEnumerableSpaceDocumentModel

[Missing <param name="documents"/> documentation for "M:imbNLP.Toolkit.Space.SpaceCategoryModel.#ctor(imbNLP.Toolkit.Space.SpaceLabel,System.Collections.Generic.IEnumerable{imbNLP.Toolkit.Space.SpaceDocumentModel})"]

See Also