Click or drag to resize

experimentCompositeTemplatecomposeExperiment Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Composes the experiment.

Namespace:  imbWBI.Core.WebClassifier.experiment
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public experimentSetup composeExperiment(
	string fvePresetName,
	string experimentShellName,
	string classifierSetName,
	ILogBuilder logger
)

Parameters

fvePresetName
Type: SystemString
Name of the fve preset.
experimentShellName
Type: SystemString
Name of the experiment shell.
classifierSetName
Type: SystemString
Name of the classifier set.
logger
Type: ILogBuilder
The logger.

Return Value

Type: experimentSetup

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.experiment.experimentCompositeTemplate.composeExperiment(System.String,System.String,System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also