Click or drag to resize

classifierTools Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the classifierTools class.

Namespace:  imbWBI.Core.WebClassifier.core
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public classifierTools(
	operationsSetup ops,
	IPipelineModel __model,
	mcRepoProcessModelSetup __nlpRepoProcessSetup,
	ILogBuilder __output
)

Parameters

ops
Type: imbWBI.Core.WebClassifier.coreoperationsSetup
The ops.
__model
Type: imbNLP.PartOfSpeech.pipeline.coreIPipelineModel
The model.
__nlpRepoProcessSetup
Type: imbWBI.Core.WebClassifier.pipelineMCRepo.modelmcRepoProcessModelSetup
The NLP repo process setup.
__output
Type: ILogBuilder
The output.
See Also