Click or drag to resize

WebFVExtractorBaseT, TSettingsDoPostTrainingProcedure Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Does the post training procedure.

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
protected virtual void DoPostTrainingProcedure(
	kFoldValidationCase validationCase,
	classifierTools tools,
	ILogBuilder logger
)

Parameters

validationCase
Type: imbWBI.Core.WebClassifier.validationkFoldValidationCase
The validation case.
tools
Type: imbWBI.Core.WebClassifier.coreclassifierTools
The tools.
logger
Type: ILogBuilder
The logger.
See Also