Click or drag to resize

WebPostSimpleClassifierDoSelect Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostSimpleClassifier.DoSelect(imbWBI.Core.WebClassifier.cases.DocumentSetCase,imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbSCI.Core.reporting.ILogBuilder)"]

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

Parameters

target
Type: imbWBI.Core.WebClassifier.casesDocumentSetCase

[Missing <param name="target"/> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostSimpleClassifier.DoSelect(imbWBI.Core.WebClassifier.cases.DocumentSetCase,imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbSCI.Core.reporting.ILogBuilder)"]

caseSet
Type: imbWBI.Core.WebClassifier.casesDocumentSetCaseCollectionSet

[Missing <param name="caseSet"/> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostSimpleClassifier.DoSelect(imbWBI.Core.WebClassifier.cases.DocumentSetCase,imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbSCI.Core.reporting.ILogBuilder)"]

logger
Type: ILogBuilder

[Missing <param name="logger"/> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostSimpleClassifier.DoSelect(imbWBI.Core.WebClassifier.cases.DocumentSetCase,imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbSCI.Core.reporting.ILogBuilder)"]

Implements

IWebPostClassifierDoSelect(DocumentSetCase, DocumentSetCaseCollectionSet, ILogBuilder)
See Also