Click or drag to resize

wdmProjectGetOrMakeExperiment Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the or make experiment.

Namespace:  imbWBI.Core.WebDataMining.project
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public dataMinerExperiment GetOrMakeExperiment(
	string exp_name,
	bool useDefaultPreset
)

Parameters

exp_name
Type: SystemString
Name of the exp.
useDefaultPreset
Type: SystemBoolean
if set to true [use default preset].

Return Value

Type: dataMinerExperiment

[Missing <returns> documentation for "M:imbWBI.Core.WebDataMining.project.wdmProject.GetOrMakeExperiment(System.String,System.Boolean)"]

See Also