Click or drag to resize

experimentManagerrunModel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Executes one model

Namespace:  imbWBI.Core.WebClassifier.experiment
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
protected void runModel(
	experimentExecutionContext context,
	IWebFVExtractor model
)

Parameters

context
Type: imbWBI.Core.WebClassifier.experimentexperimentExecutionContext
The context.
model
Type: imbWBI.Core.WebClassifier.coreIWebFVExtractor
The model.
See Also