Click or drag to resize

secondaryReportOnExperiment Constructor (experimentSetup, experimentReport)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the secondaryReportOnExperiment class.

Namespace:  imbWBI.Core.WebClassifier.reportData.secondaryReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public secondaryReportOnExperiment(
	experimentSetup __experiment,
	experimentReport __report
)

Parameters

__experiment
Type: imbWBI.Core.WebClassifier.experimentexperimentSetup
The experiment.
__report
Type: imbWBI.Core.WebClassifier.reportData.generalexperimentReport
The report.
See Also