Click or drag to resize

WebFVExtractorBaseT, TSettingsDoFVExtractionForClass Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Does the training for one class. --- old method

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public IWebFVExtractorKnowledge DoFVExtractionForClass(
	validationCaseCollection valCol,
	IDocumentSetClass documentSetClass,
	folderNode valCaseFolder,
	classifierTools tools,
	ILogBuilder logger
)

Parameters

valCol
Type: imbWBI.Core.WebClassifier.validationvalidationCaseCollection
The validation case.
documentSetClass
Type: imbWBI.Core.WebClassifier.categoryIDocumentSetClass
The document set class.
valCaseFolder
Type: folderNode
The value case folder.
tools
Type: imbWBI.Core.WebClassifier.coreclassifierTools
The tools.
logger
Type: ILogBuilder
The logger.

Return Value

Type: IWebFVExtractorKnowledge

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

See Also