Click or drag to resize

WebFVExtractorBaseT, TSettingsDoMakeKnowledgeForCase Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Does the make knowledge for case.

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public void DoMakeKnowledgeForCase(
	DocumentSetCase setCase,
	classifierTools tools,
	DocumentSetCaseCollection parent,
	ILogBuilder logger
)

Parameters

setCase
Type: imbWBI.Core.WebClassifier.casesDocumentSetCase
The set case.
tools
Type: imbWBI.Core.WebClassifier.coreclassifierTools
The tools.
parent
Type: imbWBI.Core.WebClassifier.casesDocumentSetCaseCollection
The parent.
logger
Type: ILogBuilder
The logger.
See Also