Click or drag to resize

IWebPostClassifierDoSelect Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Performs classification for the target, using its knowledge

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
void DoSelect(
	DocumentSetCase target,
	DocumentSetCaseCollectionSet caseSet,
	ILogBuilder logger
)

Parameters

target
Type: imbWBI.Core.WebClassifier.casesDocumentSetCase
The target.
caseSet
Type: imbWBI.Core.WebClassifier.casesDocumentSetCaseCollectionSet
The case set.
logger
Type: ILogBuilder
The logger.
See Also