Click or drag to resize

IWebPostClassifierDoTraining Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Performs training operation on the classifier, using category knowledge (trainingSet)

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
void DoTraining(
	DocumentSetCaseCollectionSet trainingSet,
	classifierTools tools,
	ILogBuilder logger
)

Parameters

trainingSet
Type: imbWBI.Core.WebClassifier.casesDocumentSetCaseCollectionSet
The training set.
tools
Type: imbWBI.Core.WebClassifier.coreclassifierTools
The tools.
logger
Type: ILogBuilder
The logger.
See Also