Click or drag to resize

webDatasetSourceGetSampleListForSubset Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Executes the subset, returns selected categories and their sample lists

Namespace:  imbWEM.Core.webDataset
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public webDatasetDomainLists GetSampleListForSubset(
	webDatasetSubset subset,
	ILogBuilder logger = null
)

Parameters

subset
Type: imbWEM.Core.webDatasetwebDatasetSubset
The subset.
logger (Optional)
Type: ILogBuilder
The logger.

Return Value

Type: webDatasetDomainLists

[Missing <returns> documentation for "M:imbWEM.Core.webDataset.webDatasetSource.GetSampleListForSubset(imbWEM.Core.webDataset.webDatasetSubset,imbSCI.Core.reporting.ILogBuilder)"]

See Also