Click or drag to resize

ExperimentDataSetFoldCopyLabelNames Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Copies the label names.

Namespace:  imbNLP.Toolkit.ExperimentModel
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public void CopyLabelNames(
	IEnumerable<WebSiteDocumentsSet> input
)

Parameters

input
Type: System.Collections.GenericIEnumerableWebSiteDocumentsSet
The input.
See Also