Click or drag to resize

termCategoryReportdeployTerm Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Deploys the term.

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
protected void deployTerm(
	termCategoryReportEntry entry,
	DocumentSetPipelineCollection pipelineCollection,
	ILogBuilder logger,
	termQualificationList qlist
)

Parameters

entry
Type: imbWBI.Core.WebClassifier.reportData.optionalReportstermCategoryReportEntry
The entry.
pipelineCollection
Type: imbWBI.Core.WebClassifier.casesDocumentSetPipelineCollection
The pipeline collection.
logger
Type: ILogBuilder
The logger.
qlist
Type: imbNLP.PartOfSpeech.evaluation.termTruthTabletermQualificationList

[Missing <param name="qlist"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.termCategoryReport.deployTerm(imbWBI.Core.WebClassifier.reportData.optionalReports.termCategoryReportEntry,imbWBI.Core.WebClassifier.cases.DocumentSetPipelineCollection,imbSCI.Core.reporting.ILogBuilder,imbNLP.PartOfSpeech.evaluation.termTruthTable.termQualificationList)"]

See Also