Click or drag to resize

semanticFVExtractorGetClassification Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the classification.

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public override WebSiteClassifierResult GetClassification(
	DocumentSetCase target,
	DocumentSetCaseCollectionSet caseSet,
	ILogBuilder logger
)

Parameters

target
Type: imbWBI.Core.WebClassifier.casesDocumentSetCase
The target.
caseSet
Type: imbWBI.Core.WebClassifier.casesDocumentSetCaseCollectionSet
The case set.
logger
Type: ILogBuilder
The logger.

Return Value

Type: WebSiteClassifierResult

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor.GetClassification(imbWBI.Core.WebClassifier.cases.DocumentSetCase,imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbSCI.Core.reporting.ILogBuilder)"]

Implements

IWebFVExtractorGetClassification(DocumentSetCase, DocumentSetCaseCollectionSet, ILogBuilder)
See Also