Click or drag to resize

ExperimentTruthTableDeploy Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Deploys the specified dataset.

Namespace:  imbNLP.Toolkit.ExperimentModel
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public void Deploy(
	List<WebSiteDocumentsSet> dataset,
	ILogBuilder logger
)

Parameters

dataset
Type: System.Collections.GenericListWebSiteDocumentsSet
The dataset.
logger
Type: ILogBuilder
The logger.
See Also