Click or drag to resize

DocumentSetPipelineCollectionPrepareForParallelExecution Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Prepares for parallel execution.

Namespace:  imbWBI.Core.WebClassifier.cases
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public webProjectKnowledgeSet PrepareForParallelExecution(
	classifierTools tools,
	experimentContextBase _context
)

Parameters

tools
Type: imbWBI.Core.WebClassifier.coreclassifierTools
The tools.
_context
Type: imbWBI.Core.commonsexperimentContextBase
The context.

Return Value

Type: webProjectKnowledgeSet

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.cases.DocumentSetPipelineCollection.PrepareForParallelExecution(imbWBI.Core.WebClassifier.core.classifierTools,imbWBI.Core.commons.experimentContextBase)"]

See Also