Click or drag to resize

WebFVExtractorBaseT, TSettingsDoFVExtractionForClassViaCases Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Does the FVE for category, using case knowledge. This is alternative algorithm, with higher execution time

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public abstract T DoFVExtractionForClassViaCases(
	validationCaseCollection vCaseColl,
	IDocumentSetClass documentSetClass,
	kFoldValidationCase validationCase,
	classifierTools tools,
	ILogBuilder logger
)

Parameters

vCaseColl
Type: imbWBI.Core.WebClassifier.validationvalidationCaseCollection
The v case coll.
documentSetClass
Type: imbWBI.Core.WebClassifier.categoryIDocumentSetClass
The document set class.
validationCase
Type: imbWBI.Core.WebClassifier.validationkFoldValidationCase
The validation case.
tools
Type: imbWBI.Core.WebClassifier.coreclassifierTools
The tools.
logger
Type: ILogBuilder
The logger.

Return Value

Type: T

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebFVExtractorBase`2.DoFVExtractionForClassViaCases(imbWBI.Core.WebClassifier.validation.validationCaseCollection,imbWBI.Core.WebClassifier.category.IDocumentSetClass,imbWBI.Core.WebClassifier.validation.kFoldValidationCase,imbWBI.Core.WebClassifier.core.classifierTools,imbSCI.Core.reporting.ILogBuilder)"]

See Also