Click or drag to resize

EntityPlaneContext Constructor (ListWebSiteDocumentsSet)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the EntityPlaneContext class.

Namespace:  imbNLP.Toolkit.Planes
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public EntityPlaneContext(
	List<WebSiteDocumentsSet> _dataset
)

Parameters

_dataset
Type: System.Collections.GenericListWebSiteDocumentsSet
The dataset.
See Also